Html Css Color HEX #214F70 Orient

📋 copy color: '#214F70'

red 33 ◦ green 79 ◦ blue 112

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

Shades of Orient #214F70

Tints of Orient #214F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.27%

 BLUE value IS 112 (44.14% from 255) = 50%

R = 14.73%
G = 35.27%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#214F70 (or 0x214F70) is known color: Orient. HEX triplet: 21, 4F and 70. RGB value is (33,79,112). Sum of RGB (Red+Green+Blue) = 33+79+112=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #214F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F70 is #DEB08F. Grayscale: #444444. Windows color (decimal): -14594192 or 7360289. OLE color: 7360289.

HSL color Cylindrical-coordinate representation of color #214F70: hue angle of 205.06º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214F70 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 79 112 -
CMYK 0.71 0.29 0 0.56
HSL 205.06º 0.54% 0.28% -
HSV(B) 205.06º 0.71% 0.44% -
XYZ 6.35 7.09 16.36 -
YUV 69.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 33 79 112 0.71 0.29 0 0.56 205.06 0.54 0.28
Hex 21 4F 70 47 1D 0 38 CD 36 1C
Octal 41 117 160 107 35 0 70 315 66 34
Binary 100001 1001111 1110000 1000111 11101 0 111000 11001101 110110 11100

Color Harmonies of #214F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F70

Black with #214F70

Text Example


Text Example

White with #214F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214F70; }

 p { color: rgb(33,79,112); }

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

background-color css

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

 a { background-color: rgb(33,79,112); }

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

border-color css

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

 span { border-color: rgb(33,79,112); }

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