Html Css Color HEX #21374A Blue Whale

📋 copy color: '#21374A'

red 33 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #21374A

Tints of Blue Whale #21374A

RGB

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

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

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

R = 20.37%
G = 33.95%
B = 45.68%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21374A (or 0x21374A) is known color: Blue Whale. HEX triplet: 21, 37 and 4A. RGB value is (33,55,74). Sum of RGB (Red+Green+Blue) = 33+55+74=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #21374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21374A is #DEC8B5. Grayscale: #323232. Windows color (decimal): -14600374 or 4863777. OLE color: 4863777.

HSL color Cylindrical-coordinate representation of color #21374A: hue angle of 207.8º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21374A is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 55 74 -
CMYK 0.55 0.26 0 0.71
HSL 207.8º 0.38% 0.21% -
HSV(B) 207.8º 0.55% 0.29% -
XYZ 3.23 3.55 6.99 -
YUV 50.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 33 55 74 0.55 0.26 0 0.71 207.8 0.38 0.21
Hex 21 37 4A 37 1A 0 47 D0 26 15
Octal 41 67 112 67 32 0 107 320 46 25
Binary 100001 110111 1001010 110111 11010 0 1000111 11010000 100110 10101

Color Harmonies of #21374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21374A

Black with #21374A

Text Example


Text Example

White with #21374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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