Html Css Color HEX #213341 Blue Whale

📋 copy color: '#213341'

red 33 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #213341

Tints of Blue Whale #213341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 22.15%
G = 34.23%
B = 43.62%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#213341 (or 0x213341) is known color: Blue Whale. HEX triplet: 21, 33 and 41. RGB value is (33,51,65). Sum of RGB (Red+Green+Blue) = 33+51+65=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #213341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213341 is #DECCBE. Grayscale: #2F2F2F. Windows color (decimal): -14601407 or 4272929. OLE color: 4272929.

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

Color convert

RGB 33 51 65 -
CMYK 0.49 0.22 0 0.75
HSL 206.25º 0.33% 0.19% -
HSV(B) 206.25º 0.49% 0.25% -
XYZ 2.77 3.07 5.45 -
YUV 47.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 33 51 65 0.49 0.22 0 0.75 206.25 0.33 0.19
Hex 21 33 41 31 16 0 4B CE 21 13
Octal 41 63 101 61 26 0 113 316 41 23
Binary 100001 110011 1000001 110001 10110 0 1001011 11001110 100001 10011

Color Harmonies of #213341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213341

Black with #213341

Text Example


Text Example

White with #213341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213341; }

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

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

background-color css

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

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

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

border-color css

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

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

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