#215172

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

Shades of Orient #215172

Tints of Orient #215172

Color information

#215172 (or 0x215172) is unknown color: approx Orient. HEX triplet: 21, 51 and 72. RGB value is (33,81,114). Sum of RGB (Red+Green+Blue) = 33+81+114=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #215172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215172 is #DEAE8D. Grayscale: #464646. Windows color (decimal): -14593678 or 7491873. OLE color: 7491873.

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

Color convert

RGB3381114-
CMYK0.710.2900.55
HSL204.44º55.1%28.82%-
HSV(B)204.44º71.05%44.71%-
XYZ6.617.4217-
YUV70.41152.6101.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 114 (44.92% from 255) = 50%
R=14.47%
G=35.53%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33811140.710.2900.55204.4455.128.82
Hex215172471D037cc371d
Octal41121162107350673146735
Binary1000011010001111001010001111110101101111100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215172; }

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

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

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

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

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

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

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

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