#225A6C

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

Shades of Orient #225A6C

Tints of Orient #225A6C

Color information

#225A6C (or 0x225A6C) is unknown color: approx Orient. HEX triplet: 22, 5A and 6C. RGB value is (34,90,108). Sum of RGB (Red+Green+Blue) = 34+90+108=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #225A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A6C is #DDA593. Grayscale: #4B4B4B. Windows color (decimal): -14525844 or 7100962. OLE color: 7100962.

HSL color Cylindrical-coordinate representation of color #225A6C: hue angle of 194.59º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #225A6C is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3490108-
CMYK0.690.1700.58
HSL194.59º52.11%27.84%-
HSV(B)194.59º68.52%42.35%-
XYZ7.028.7415.5-
YUV75.31146.4598.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=14.66%
G=38.79%
B=46.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34901080.690.1700.58194.5952.1127.84
Hex225A6C451103Ac3341c
Octal42132154105210723036434
Binary1000101011010110110010001011000101110101100001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225A6C; }

 p { color: rgb(34,90,108); }

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

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

 a { background-color: rgb(34,90,108); }

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

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

 span { border-color: rgb(34,90,108); }

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