Html Css Color HEX #214639 Burnham

📋 copy color: '#214639'

red 33 ◦ green 70 ◦ blue 57

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

Shades of Burnham #214639

Tints of Burnham #214639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.75%

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 20.63%
G = 43.75%
B = 35.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#214639 (or 0x214639) is known color: Burnham. HEX triplet: 21, 46 and 39. RGB value is (33,70,57). Sum of RGB (Red+Green+Blue) = 33+70+57=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #214639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214639 is #DEB9C6. Grayscale: #393939. Windows color (decimal): -14596551 or 3753505. OLE color: 3753505.

HSL color Cylindrical-coordinate representation of color #214639: hue angle of 158.92º 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 #214639 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 70 57 -
CMYK 0.53 0 0.19 0.73
HSL 158.92º 0.36% 0.2% -
HSV(B) 158.92º 0.53% 0.27% -
XYZ 3.56 5 4.65 -
YUV 57.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 33 70 57 0.53 0 0.19 0.73 158.92 0.36 0.2
Hex 21 46 39 35 0 13 49 9F 24 14
Octal 41 106 71 65 0 23 111 237 44 24
Binary 100001 1000110 111001 110101 0 10011 1001001 10011111 100100 10100

Color Harmonies of #214639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214639

Black with #214639

Text Example


Text Example

White with #214639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214639; }

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

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

background-color css

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

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

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

border-color css

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

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

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