#225E75

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

Shades of Orient #225E75

Tints of Orient #225E75

Color information

#225E75 (or 0x225E75) is unknown color: approx Orient. HEX triplet: 22, 5E and 75. RGB value is (34,94,117). Sum of RGB (Red+Green+Blue) = 34+94+117=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #225E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E75 is #DDA18A. Grayscale: #4E4E4E. Windows color (decimal): -14524811 or 7691810. OLE color: 7691810.

HSL color Cylindrical-coordinate representation of color #225E75: hue angle of 196.63º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #225E75 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3494117-
CMYK0.710.2000.54
HSL196.63º54.97%29.61%-
HSV(B)196.63º70.94%45.88%-
XYZ7.879.6318.27-
YUV78.68149.6296.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=13.88%
G=38.37%
B=47.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34941170.710.2000.54196.6354.9729.61
Hex225E754714036c5371e
Octal42136165107240663056736
Binary1000101011110111010110001111010001101101100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,94,117); }

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

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

 a { background-color: rgb(34,94,117); }

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

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

 span { border-color: rgb(34,94,117); }

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