#213340

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

Shades of Blue Whale #213340

Tints of Blue Whale #213340

Color information

#213340 (or 0x213340) is unknown color: approx Blue Whale. HEX triplet: 21, 33 and 40. RGB value is (33,51,64). Sum of RGB (Red+Green+Blue) = 33+51+64=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #213340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213340 is #DECCBF. Grayscale: #2F2F2F. Windows color (decimal): -14601408 or 4207393. OLE color: 4207393.

HSL color Cylindrical-coordinate representation of color #213340: hue angle of 205.16º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213340 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB335164-
CMYK0.480.2000.75
HSL205.16º31.96%19.02%-
HSV(B)205.16º48.44%25.1%-
XYZ2.743.065.3-
YUV47.1137.54117.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=22.30%
G=34.46%
B=43.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3351640.480.2000.75205.1631.9619.02
Hex213340301404Bcd2013
Octal4163100602401133154023
Binary100001110011100000011000010100010010111100110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213340; }

 p { color: rgb(33,51,64); }

 H1.HeaderClassName
 {
   color: #213340;
 }
 .AnyTagClassName
 {
   color: #213340;
 }
</style>
background-color css

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

 a { background-color: rgb(33,51,64); }

 div.DivClassName
 {
   background-color: #213340;
 }
 .BgClassName
 {
   background-color: #213340;
 }
</style>
border-color css

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

 span { border-color: rgb(33,51,64); }

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