Html Css Color HEX #1C3476 Resolution Blue

📋 copy color: '#1C3476'

red 28 ◦ green 52 ◦ blue 118

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

Shades of Resolution Blue #1C3476

Tints of Resolution Blue #1C3476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 118 (46.48% from 255) = 59.6%

R = 14.14%
G = 26.26%
B = 59.6%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C3476 (or 0x1C3476) is known color: Resolution Blue. HEX triplet: 1C, 34 and 76. RGB value is (28,52,118). Sum of RGB (Red+Green+Blue) = 28+52+118=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C3476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3476 is #E3CB89. Grayscale: #343434. Windows color (decimal): -14928778 or 7746588. OLE color: 7746588.

HSL color Cylindrical-coordinate representation of color #1C3476: hue angle of 224º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C3476 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 52 118 -
CMYK 0.76 0.56 0 0.54
HSL 224º 0.62% 0.29% -
HSV(B) 224º 0.76% 0.46% -
XYZ 4.98 4.01 17.65 -
YUV 52.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 28 52 118 0.76 0.56 0 0.54 224 0.62 0.29
Hex 1C 34 76 4C 38 0 36 E0 3E 1D
Octal 34 64 166 114 70 0 66 340 76 35
Binary 11100 110100 1110110 1001100 111000 0 110110 11100000 111110 11101

Color Harmonies of #1C3476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3476

Black with #1C3476

Text Example


Text Example

White with #1C3476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,52,118); }

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

background-color css

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

 a { background-color: rgb(28,52,118); }

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

border-color css

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

 span { border-color: rgb(28,52,118); }

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