Html Css Color HEX #1C3552 Regal Blue

📋 copy color: '#1C3552'

red 28 ◦ green 53 ◦ blue 82

#1C3552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #1C3552

Tints of Regal Blue #1C3552

RGB

 RED value IS 28 (11.33% from 255) = 17.18%

 GREEN value IS 53 (21.09% from 255) = 32.52%

 BLUE value IS 82 (32.42% from 255) = 50.31%

R = 17.18%
G = 32.52%
B = 50.31%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1C3552 (or 0x1C3552) is known color: Regal Blue. HEX triplet: 1C, 35 and 52. RGB value is (28,53,82). Sum of RGB (Red+Green+Blue) = 28+53+82=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C3552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3552 is #E3CAAD. Grayscale: #303030. Windows color (decimal): -14928558 or 5387548. OLE color: 5387548.

HSL color Cylindrical-coordinate representation of color #1C3552: hue angle of 212.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C3552 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 28 53 82 -
CMYK 0.66 0.35 0 0.68
HSL 212.22º 0.49% 0.22% -
HSV(B) 212.22º 0.66% 0.32% -
XYZ 3.27 3.4 8.47 -
YUV 48.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 28 53 82 0.66 0.35 0 0.68 212.22 0.49 0.22
Hex 1C 35 52 42 23 0 44 D4 31 16
Octal 34 65 122 102 43 0 104 324 61 26
Binary 11100 110101 1010010 1000010 100011 0 1000100 11010100 110001 10110

Color Harmonies of #1C3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3552

Black with #1C3552

Text Example


Text Example

White with #1C3552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3552; }

 p { color: rgb(28,53,82); }

 H1.HeaderClassName
 {
   color: #1C3552;
 }
 .AnyTagClassName
 {
   color: #1C3552;
 }
</style>

background-color css

<style>
 a { background-color: #1C3552; }

 a { background-color: rgb(28,53,82); }

 div.DivClassName
 {
   background-color: #1C3552;
 }
 .BgClassName
 {
   background-color: #1C3552;
 }
</style>

border-color css

<style>
 span { border-color: #1C3552; }

 span { border-color: rgb(28,53,82); }

 td.TdClassName
 {
   border-color: #1C3552;
 }
 .TagClassName
 {
   border-color: #1C3552;
 }
</style>