#215274

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

Shades of Orient #215274

Tints of Orient #215274

Color information

#215274 (or 0x215274) is unknown color: approx Orient. HEX triplet: 21, 52 and 74. RGB value is (33,82,116). Sum of RGB (Red+Green+Blue) = 33+82+116=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #215274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215274 is #DEAD8B. Grayscale: #474747. Windows color (decimal): -14593420 or 7623201. OLE color: 7623201.

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

Color convert

RGB3382116-
CMYK0.720.2900.55
HSL204.58º55.7%29.22%-
HSV(B)204.58º71.55%45.49%-
XYZ6.87.6217.64-
YUV71.22153.27100.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=14.29%
G=35.50%
B=50.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33821160.720.2900.55204.5855.729.22
Hex215274481D037cd381d
Octal41122164110350673157035
Binary1000011010010111010010010001110101101111100110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215274; }

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

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

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

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

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

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

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

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