Html Css Color HEX #1C374A Blue Whale

📋 copy color: '#1C374A'

red 28 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #1C374A

Tints of Blue Whale #1C374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

 BLUE value IS 74 (29.3% from 255) = 47.13%

R = 17.83%
G = 35.03%
B = 47.13%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C374A (or 0x1C374A) is known color: Blue Whale. HEX triplet: 1C, 37 and 4A. RGB value is (28,55,74). Sum of RGB (Red+Green+Blue) = 28+55+74=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C374A is #E3C8B5. Grayscale: #303030. Windows color (decimal): -14928054 or 4863772. OLE color: 4863772.

HSL color Cylindrical-coordinate representation of color #1C374A: hue angle of 204.78º 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 #1C374A is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 55 74 -
CMYK 0.62 0.26 0 0.71
HSL 204.78º 0.45% 0.2% -
HSV(B) 204.78º 0.62% 0.29% -
XYZ 3.08 3.47 6.99 -
YUV 49.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 28 55 74 0.62 0.26 0 0.71 204.78 0.45 0.2
Hex 1C 37 4A 3E 1A 0 47 CD 2D 14
Octal 34 67 112 76 32 0 107 315 55 24
Binary 11100 110111 1001010 111110 11010 0 1000111 11001101 101101 10100

Color Harmonies of #1C374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C374A

Black with #1C374A

Text Example


Text Example

White with #1C374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,55,74); }

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

background-color css

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

 a { background-color: rgb(28,55,74); }

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

border-color css

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

 span { border-color: rgb(28,55,74); }

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