Html Css Color HEX #214438 Burnham

📋 copy color: '#214438'

red 33 ◦ green 68 ◦ blue 56

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

Shades of Burnham #214438

Tints of Burnham #214438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

 BLUE value IS 56 (22.27% from 255) = 35.67%

R = 21.02%
G = 43.31%
B = 35.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#214438 (or 0x214438) is known color: Burnham. HEX triplet: 21, 44 and 38. RGB value is (33,68,56). Sum of RGB (Red+Green+Blue) = 33+68+56=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #214438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214438 is #DEBBC7. Grayscale: #383838. Windows color (decimal): -14597064 or 3687457. OLE color: 3687457.

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

Color convert

RGB 33 68 56 -
CMYK 0.51 0 0.18 0.73
HSL 159.43º 0.35% 0.2% -
HSV(B) 159.43º 0.51% 0.27% -
XYZ 3.41 4.74 4.48 -
YUV 56.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 33 68 56 0.51 0 0.18 0.73 159.43 0.35 0.2
Hex 21 44 38 33 0 12 49 9F 23 14
Octal 41 104 70 63 0 22 111 237 43 24
Binary 100001 1000100 111000 110011 0 10010 1001001 10011111 100011 10100

Color Harmonies of #214438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214438

Black with #214438

Text Example


Text Example

White with #214438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214438; }

 p { color: rgb(33,68,56); }

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

background-color css

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

 a { background-color: rgb(33,68,56); }

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

border-color css

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

 span { border-color: rgb(33,68,56); }

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