#215872

Color #215872 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #215872

Tints of Orient #215872

Color information

#215872 (or 0x215872) is unknown color: approx 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

RGB3388114-
CMYK0.710.2300.55
HSL199.26º55.1%28.82%-
HSV(B)199.26º71.05%44.71%-
XYZ7.158.5217.19-
YUV74.52150.2898.39-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33881140.710.2300.55199.2655.128.82
Hex2158724717037c7371d
Octal41130162107270673076735
Binary1000011011000111001010001111011101101111100011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>