#215275

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

Shades of Orient #215275

Tints of Orient #215275

Color information

#215275 (or 0x215275) is unknown color: approx Orient. HEX triplet: 21, 52 and 75. RGB value is (33,82,117). Sum of RGB (Red+Green+Blue) = 33+82+117=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #215275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215275 is #DEAD8A. Grayscale: #474747. Windows color (decimal): -14593419 or 7688737. OLE color: 7688737.

HSL color Cylindrical-coordinate representation of color #215275: hue angle of 205º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215275 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3382117-
CMYK0.720.3000.54
HSL205º56%29.41%-
HSV(B)205º71.79%45.88%-
XYZ6.867.6417.94-
YUV71.34153.77100.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=14.22%
G=35.34%
B=50.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33821170.720.3000.542055629.41
Hex215275481E036cd381d
Octal41122165110360663157035
Binary1000011010010111010110010001111001101101100110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215275; }

 p { color: rgb(33,82,117); }

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

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

 a { background-color: rgb(33,82,117); }

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

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

 span { border-color: rgb(33,82,117); }

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