#215C72

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

Shades of Orient #215C72

Tints of Orient #215C72

Color information

#215C72 (or 0x215C72) is unknown color: approx Orient. HEX triplet: 21, 5C and 72. RGB value is (33,92,114). Sum of RGB (Red+Green+Blue) = 33+92+114=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #215C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C72 is #DEA38D. Grayscale: #4C4C4C. Windows color (decimal): -14590862 or 7494689. OLE color: 7494689.

HSL color Cylindrical-coordinate representation of color #215C72: hue angle of 196.3º 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 #215C72 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3392114-
CMYK0.710.1900.55
HSL196.3º55.1%28.82%-
HSV(B)196.3º71.05%44.71%-
XYZ7.499.1917.3-
YUV76.87148.9596.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=13.81%
G=38.49%
B=47.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33921140.710.1900.55196.355.128.82
Hex215C724713037c4371d
Octal41134162107230673046735
Binary1000011011100111001010001111001101101111100010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215C72; }

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

 H1.HeaderClassName
 {
   color: #215C72;
 }
 .AnyTagClassName
 {
   color: #215C72;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #215C72;
 }
 .BgClassName
 {
   background-color: #215C72;
 }
</style>
border-color css

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

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

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