#215572

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

Shades of Orient #215572

Tints of Orient #215572

Color information

#215572 (or 0x215572) is unknown color: approx Orient. HEX triplet: 21, 55 and 72. RGB value is (33,85,114). Sum of RGB (Red+Green+Blue) = 33+85+114=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #215572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215572 is #DEAA8D. Grayscale: #484848. Windows color (decimal): -14592654 or 7492897. OLE color: 7492897.

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

Color convert

RGB3385114-
CMYK0.710.2500.55
HSL201.48º55.1%28.82%-
HSV(B)201.48º71.05%44.71%-
XYZ6.918.0417.11-
YUV72.76151.2799.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=14.22%
G=36.64%
B=49.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33851140.710.2500.55201.4855.128.82
Hex2155724719037c9371d
Octal41125162107310673116735
Binary1000011010101111001010001111100101101111100100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215572; }

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

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

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

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

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

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

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

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