Html Css Color HEX #1C3648 Blue Whale

📋 copy color: '#1C3648'

red 28 ◦ green 54 ◦ blue 72

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

Shades of Blue Whale #1C3648

Tints of Blue Whale #1C3648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

 BLUE value IS 72 (28.52% from 255) = 46.75%

R = 18.18%
G = 35.06%
B = 46.75%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C3648 (or 0x1C3648) is known color: Blue Whale. HEX triplet: 1C, 36 and 48. RGB value is (28,54,72). Sum of RGB (Red+Green+Blue) = 28+54+72=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C3648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3648 is #E3C9B7. Grayscale: #303030. Windows color (decimal): -14928312 or 4732444. OLE color: 4732444.

HSL color Cylindrical-coordinate representation of color #1C3648: hue angle of 204.55º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C3648 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 54 72 -
CMYK 0.61 0.25 0 0.72
HSL 204.55º 0.44% 0.2% -
HSV(B) 204.55º 0.61% 0.28% -
XYZ 2.97 3.35 6.62 -
YUV 48.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 28 54 72 0.61 0.25 0 0.72 204.55 0.44 0.2
Hex 1C 36 48 3D 19 0 48 CD 2C 14
Octal 34 66 110 75 31 0 110 315 54 24
Binary 11100 110110 1001000 111101 11001 0 1001000 11001101 101100 10100

Color Harmonies of #1C3648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3648

Black with #1C3648

Text Example


Text Example

White with #1C3648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,54,72); }

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

background-color css

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

 a { background-color: rgb(28,54,72); }

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

border-color css

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

 span { border-color: rgb(28,54,72); }

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