#225678

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

Shades of Orient #225678

Tints of Orient #225678

Color information

#225678 (or 0x225678) is unknown color: approx Orient. HEX triplet: 22, 56 and 78. RGB value is (34,86,120). Sum of RGB (Red+Green+Blue) = 34+86+120=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #225678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225678 is #DDA987. Grayscale: #4A4A4A. Windows color (decimal): -14526856 or 7886370. OLE color: 7886370.

HSL color Cylindrical-coordinate representation of color #225678: hue angle of 203.72º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #225678 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3486120-
CMYK0.720.2800.53
HSL203.72º55.84%30.2%-
HSV(B)203.72º71.67%47.06%-
XYZ7.388.3518.99-
YUV74.33153.7799.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.17%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 120 (47.27% from 255) = 50%
R=14.17%
G=35.83%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34861200.720.2800.53203.7255.8430.2
Hex225678481C035cc381e
Octal42126170110340653147036
Binary1000101010110111100010010001110001101011100110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225678; }

 p { color: rgb(34,86,120); }

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

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

 a { background-color: rgb(34,86,120); }

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

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

 span { border-color: rgb(34,86,120); }

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