#225F6D

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

Shades of Orient #225F6D

Tints of Orient #225F6D

Color information

#225F6D (or 0x225F6D) is unknown color: approx Orient. HEX triplet: 22, 5F and 6D. RGB value is (34,95,109). Sum of RGB (Red+Green+Blue) = 34+95+109=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #225F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F6D is #DDA092. Grayscale: #4E4E4E. Windows color (decimal): -14524563 or 7167778. OLE color: 7167778.

HSL color Cylindrical-coordinate representation of color #225F6D: hue angle of 191.2º degrees, saturation: 0.52, 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 #225F6D is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3495109-
CMYK0.690.1300.57
HSL191.2º52.45%28.04%-
HSV(B)191.2º68.81%42.75%-
XYZ7.519.6315.93-
YUV78.36145.2996.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=14.29%
G=39.92%
B=45.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34951090.690.1300.57191.252.4528.04
Hex225F6D45D039bf341c
Octal42137155105150712776434
Binary100010101111111011011000101110101110011011111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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