#225475

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

Shades of Orient #225475

Tints of Orient #225475

Color information

#225475 (or 0x225475) is unknown color: approx Orient. HEX triplet: 22, 54 and 75. RGB value is (34,84,117). Sum of RGB (Red+Green+Blue) = 34+84+117=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #225475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225475 is #DDAB8A. Grayscale: #484848. Windows color (decimal): -14527371 or 7689250. OLE color: 7689250.

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

Color convert

RGB3484117-
CMYK0.710.2800.54
HSL203.86º54.97%29.61%-
HSV(B)203.86º70.94%45.88%-
XYZ7.047.9718-
YUV72.81152.94100.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=14.47%
G=35.74%
B=49.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34841170.710.2800.54203.8654.9729.61
Hex225475471C036cc371e
Octal42124165107340663146736
Binary1000101010100111010110001111110001101101100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225475; }

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

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

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

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

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

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

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

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