Html Css Color HEX #215872 Orient

📋 copy color: '#215872'

red 33 ◦ green 88 ◦ blue 114

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

Shades of Orient #215872

Tints of Orient #215872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 14.04%
G = 37.45%
B = 48.51%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215872 (or 0x215872) is known color: Orient. HEX triplet: 21, 58 and 72. RGB value is (33,88,114). Sum of RGB (Red+Green+Blue) = 33+88+114=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #215872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215872 is #DEA78D. Grayscale: #4A4A4A. Windows color (decimal): -14591886 or 7493665. OLE color: 7493665.

HSL color Cylindrical-coordinate representation of color #215872: hue angle of 199.26º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215872 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 88 114 -
CMYK 0.71 0.23 0 0.55
HSL 199.26º 0.55% 0.29% -
HSV(B) 199.26º 0.71% 0.45% -
XYZ 7.15 8.52 17.19 -
YUV 74.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 33 88 114 0.71 0.23 0 0.55 199.26 0.55 0.29
Hex 21 58 72 47 17 0 37 C7 37 1D
Octal 41 130 162 107 27 0 67 307 67 35
Binary 100001 1011000 1110010 1000111 10111 0 110111 11000111 110111 11101

Color Harmonies of #215872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215872

Black with #215872

Text Example


Text Example

White with #215872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215872; }

 p { color: rgb(33,88,114); }

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

background-color css

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

 a { background-color: rgb(33,88,114); }

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

border-color css

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

 span { border-color: rgb(33,88,114); }

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