#215C70

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

Shades of Orient #215C70

Tints of Orient #215C70

Color information

#215C70 (or 0x215C70) is unknown color: approx Orient. HEX triplet: 21, 5C and 70. RGB value is (33,92,112). Sum of RGB (Red+Green+Blue) = 33+92+112=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #215C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C70 is #DEA38F. Grayscale: #4C4C4C. Windows color (decimal): -14590864 or 7363617. OLE color: 7363617.

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

Color convert

RGB3392112-
CMYK0.710.1800.56
HSL195.19º54.48%28.43%-
HSV(B)195.19º70.54%43.92%-
XYZ7.389.1516.71-
YUV76.64147.9596.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=13.92%
G=38.82%
B=47.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33921120.710.1800.56195.1954.4828.43
Hex215C704712038c3361c
Octal41134160107220703036634
Binary1000011011100111000010001111001001110001100001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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