Html Css Color HEX #21364A Blue Whale

📋 copy color: '#21364A'

red 33 ◦ green 54 ◦ blue 74

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

Shades of Blue Whale #21364A

Tints of Blue Whale #21364A

RGB

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

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

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

R = 20.5%
G = 33.54%
B = 45.96%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21364A (or 0x21364A) is known color: Blue Whale. HEX triplet: 21, 36 and 4A. RGB value is (33,54,74). Sum of RGB (Red+Green+Blue) = 33+54+74=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #21364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21364A is #DEC9B5. Grayscale: #313131. Windows color (decimal): -14600630 or 4863521. OLE color: 4863521.

HSL color Cylindrical-coordinate representation of color #21364A: hue angle of 209.27º 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 #21364A is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 54 74 -
CMYK 0.55 0.27 0 0.71
HSL 209.27º 0.38% 0.21% -
HSV(B) 209.27º 0.55% 0.29% -
XYZ 3.18 3.46 6.98 -
YUV 50 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 33 54 74 0.55 0.27 0 0.71 209.27 0.38 0.21
Hex 21 36 4A 37 1B 0 47 D1 26 15
Octal 41 66 112 67 33 0 107 321 46 25
Binary 100001 110110 1001010 110111 11011 0 1000111 11010001 100110 10101

Color Harmonies of #21364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21364A

Black with #21364A

Text Example


Text Example

White with #21364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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