Html Css Color HEX #21374C Blue Whale

📋 copy color: '#21374C'

red 33 ◦ green 55 ◦ blue 76

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

Shades of Blue Whale #21374C

Tints of Blue Whale #21374C

RGB

 RED value IS 33 (13.28% from 255) = 20.12%

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 20.12%
G = 33.54%
B = 46.34%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21374C (or 0x21374C) is known color: Blue Whale. HEX triplet: 21, 37 and 4C. RGB value is (33,55,76). Sum of RGB (Red+Green+Blue) = 33+55+76=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #21374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21374C is #DEC8B3. Grayscale: #323232. Windows color (decimal): -14600372 or 4994849. OLE color: 4994849.

HSL color Cylindrical-coordinate representation of color #21374C: hue angle of 209.3º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21374C is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 55 76 -
CMYK 0.57 0.28 0 0.70
HSL 209.3º 0.39% 0.21% -
HSV(B) 209.3º 0.57% 0.3% -
XYZ 3.3 3.58 7.35 -
YUV 50.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 33 55 76 0.57 0.28 0 0.70 209.3 0.39 0.21
Hex 21 37 4C 39 1C 0 46 D1 27 15
Octal 41 67 114 71 34 0 106 321 47 25
Binary 100001 110111 1001100 111001 11100 0 1000110 11010001 100111 10101

Color Harmonies of #21374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21374C

Black with #21374C

Text Example


Text Example

White with #21374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21374C; }

 p { color: rgb(33,55,76); }

 H1.HeaderClassName
 {
   color: #21374C;
 }
 .AnyTagClassName
 {
   color: #21374C;
 }
</style>

background-color css

<style>
 a { background-color: #21374C; }

 a { background-color: rgb(33,55,76); }

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

border-color css

<style>
 span { border-color: #21374C; }

 span { border-color: rgb(33,55,76); }

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