#225F75

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

Shades of Orient #225F75

Tints of Orient #225F75

Color information

#225F75 (or 0x225F75) is unknown color: approx Orient. HEX triplet: 22, 5F and 75. RGB value is (34,95,117). Sum of RGB (Red+Green+Blue) = 34+95+117=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #225F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F75 is #DDA08A. Grayscale: #4F4F4F. Windows color (decimal): -14524555 or 7692066. OLE color: 7692066.

HSL color Cylindrical-coordinate representation of color #225F75: hue angle of 195.9º 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 #225F75 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3495117-
CMYK0.710.1900.54
HSL195.9º54.97%29.61%-
HSV(B)195.9º70.94%45.88%-
XYZ7.969.8118.3-
YUV79.27149.2995.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=13.82%
G=38.62%
B=47.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34951170.710.1900.54195.954.9729.61
Hex225F754713036c4371e
Octal42137165107230663046736
Binary1000101011111111010110001111001101101101100010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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