Html Css Color HEX #1C3449 Blue Whale

📋 copy color: '#1C3449'

red 28 ◦ green 52 ◦ blue 73

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

Shades of Blue Whale #1C3449

Tints of Blue Whale #1C3449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 18.3%
G = 33.99%
B = 47.71%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C3449 (or 0x1C3449) is known color: Blue Whale. HEX triplet: 1C, 34 and 49. RGB value is (28,52,73). Sum of RGB (Red+Green+Blue) = 28+52+73=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C3449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3449 is #E3CBB6. Grayscale: #2F2F2F. Windows color (decimal): -14928823 or 4797468. OLE color: 4797468.

HSL color Cylindrical-coordinate representation of color #1C3449: hue angle of 208º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C3449 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 52 73 -
CMYK 0.62 0.29 0 0.71
HSL 208º 0.45% 0.2% -
HSV(B) 208º 0.62% 0.29% -
XYZ 2.91 3.18 6.76 -
YUV 47.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 28 52 73 0.62 0.29 0 0.71 208 0.45 0.2
Hex 1C 34 49 3E 1D 0 47 D0 2D 14
Octal 34 64 111 76 35 0 107 320 55 24
Binary 11100 110100 1001001 111110 11101 0 1000111 11010000 101101 10100

Color Harmonies of #1C3449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3449

Black with #1C3449

Text Example


Text Example

White with #1C3449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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