#21364A

Color #21364A Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #21364A

Tints of Blue Whale #21364A

Color information

#21364A (or 0x21364A) is unknown color: approx 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

RGB335474-
CMYK0.550.2700.71
HSL209.27º38.32%20.98%-
HSV(B)209.27º55.41%29.02%-
XYZ3.183.466.98-
YUV50141.54115.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=20.50%
G=33.54%
B=45.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3354740.550.2700.71209.2738.3220.98
Hex21364A371B047d12615
Octal4166112673301073214625
Binary100001110110100101011011111011010001111101000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>