#225D6D

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

Shades of Orient #225D6D

Tints of Orient #225D6D

Color information

#225D6D (or 0x225D6D) is unknown color: approx Orient. HEX triplet: 22, 5D and 6D. RGB value is (34,93,109). Sum of RGB (Red+Green+Blue) = 34+93+109=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #225D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D6D is #DDA292. Grayscale: #4D4D4D. Windows color (decimal): -14525075 or 7167266. OLE color: 7167266.

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

Color convert

RGB3493109-
CMYK0.690.1500.57
HSL192.8º52.45%28.04%-
HSV(B)192.8º68.81%42.75%-
XYZ7.339.2715.87-
YUV77.18145.9597.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=14.41%
G=39.41%
B=46.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34931090.690.1500.57192.852.4528.04
Hex225D6D45F039c1341c
Octal42135155105170713016434
Binary100010101110111011011000101111101110011100000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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