#225F6E

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

Shades of Orient #225F6E

Tints of Orient #225F6E

Color information

#225F6E (or 0x225F6E) is unknown color: approx Orient. HEX triplet: 22, 5F and 6E. RGB value is (34,95,110). Sum of RGB (Red+Green+Blue) = 34+95+110=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #225F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F6E is #DDA091. Grayscale: #4E4E4E. Windows color (decimal): -14524562 or 7233314. OLE color: 7233314.

HSL color Cylindrical-coordinate representation of color #225F6E: hue angle of 191.84º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #225F6E is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3495110-
CMYK0.690.1400.57
HSL191.84º52.78%28.24%-
HSV(B)191.84º69.09%43.14%-
XYZ7.579.6516.22-
YUV78.47145.7996.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.23%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=14.23%
G=39.75%
B=46.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34951100.690.1400.57191.8452.7828.24
Hex225F6E45E039c0351c
Octal42137156105160713006534
Binary100010101111111011101000101111001110011100000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,95,110); }

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

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

 a { background-color: rgb(34,95,110); }

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

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

 span { border-color: rgb(34,95,110); }

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