#225376

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

Shades of Orient #225376

Tints of Orient #225376

Color information

#225376 (or 0x225376) is unknown color: approx Orient. HEX triplet: 22, 53 and 76. RGB value is (34,83,118). Sum of RGB (Red+Green+Blue) = 34+83+118=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #225376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225376 is #DDAC89. Grayscale: #484848. Windows color (decimal): -14527626 or 7754530. OLE color: 7754530.

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

Color convert

RGB3483118-
CMYK0.710.3000.54
HSL205º55.26%29.8%-
HSV(B)205º71.19%46.27%-
XYZ7.027.8318.28-
YUV72.34153.77100.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=14.47%
G=35.32%
B=50.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34831180.710.3000.5420555.2629.8
Hex225376471E036cd371e
Octal42123166107360663156736
Binary1000101010011111011010001111111001101101100110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225376; }

 p { color: rgb(34,83,118); }

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

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

 a { background-color: rgb(34,83,118); }

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

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

 span { border-color: rgb(34,83,118); }

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