#215672

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

Shades of Orient #215672

Tints of Orient #215672

Color information

#215672 (or 0x215672) is unknown color: approx Orient. HEX triplet: 21, 56 and 72. RGB value is (33,86,114). Sum of RGB (Red+Green+Blue) = 33+86+114=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #215672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215672 is #DEA98D. Grayscale: #494949. Windows color (decimal): -14592398 or 7493153. OLE color: 7493153.

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

Color convert

RGB3386114-
CMYK0.710.2500.55
HSL200.74º55.1%28.82%-
HSV(B)200.74º71.05%44.71%-
XYZ6.998.1917.13-
YUV73.34150.9499.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=14.16%
G=36.91%
B=48.93%

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
Decimal33861140.710.2500.55200.7455.128.82
Hex2156724719037c9371d
Octal41126162107310673116735
Binary1000011010110111001010001111100101101111100100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215672; }

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

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

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

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

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

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

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

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