#215272

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

Shades of Orient #215272

Tints of Orient #215272

Color information

#215272 (or 0x215272) is unknown color: approx Orient. HEX triplet: 21, 52 and 72. RGB value is (33,82,114). Sum of RGB (Red+Green+Blue) = 33+82+114=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #215272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215272 is #DEAD8D. Grayscale: #464646. Windows color (decimal): -14593422 or 7492129. OLE color: 7492129.

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

Color convert

RGB3382114-
CMYK0.710.2800.55
HSL203.7º55.1%28.82%-
HSV(B)203.7º71.05%44.71%-
XYZ6.687.5717.03-
YUV71152.27100.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=14.41%
G=35.81%
B=49.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33821140.710.2800.55203.755.128.82
Hex215272471C037cc371d
Octal41122162107340673146735
Binary1000011010010111001010001111110001101111100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215272; }

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

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

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

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

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

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

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

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