Html Css Color HEX #213746 Blue Whale

📋 copy color: '#213746'

red 33 ◦ green 55 ◦ blue 70

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

Shades of Blue Whale #213746

Tints of Blue Whale #213746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 20.89%
G = 34.81%
B = 44.3%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#213746 (or 0x213746) is known color: Blue Whale. HEX triplet: 21, 37 and 46. RGB value is (33,55,70). Sum of RGB (Red+Green+Blue) = 33+55+70=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #213746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213746 is #DEC8B9. Grayscale: #323232. Windows color (decimal): -14600378 or 4601633. OLE color: 4601633.

HSL color Cylindrical-coordinate representation of color #213746: hue angle of 204.32º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213746 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 55 70 -
CMYK 0.53 0.21 0 0.73
HSL 204.32º 0.36% 0.2% -
HSV(B) 204.32º 0.53% 0.27% -
XYZ 3.1 3.5 6.31 -
YUV 50.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 33 55 70 0.53 0.21 0 0.73 204.32 0.36 0.2
Hex 21 37 46 35 15 0 49 CC 24 14
Octal 41 67 106 65 25 0 111 314 44 24
Binary 100001 110111 1000110 110101 10101 0 1001001 11001100 100100 10100

Color Harmonies of #213746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213746

Black with #213746

Text Example


Text Example

White with #213746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213746; }

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

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

background-color css

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

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

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

border-color css

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

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

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