#225274

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

Shades of Orient #225274

Tints of Orient #225274

Color information

#225274 (or 0x225274) is unknown color: approx Orient. HEX triplet: 22, 52 and 74. RGB value is (34,82,116). Sum of RGB (Red+Green+Blue) = 34+82+116=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #225274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225274 is #DDAD8B. Grayscale: #474747. Windows color (decimal): -14527884 or 7623202. OLE color: 7623202.

HSL color Cylindrical-coordinate representation of color #225274: hue angle of 204.88º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #225274 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3482116-
CMYK0.710.2900.55
HSL204.88º54.67%29.41%-
HSV(B)204.88º70.69%45.49%-
XYZ6.837.6417.64-
YUV71.52153.1101.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 116 (45.70% from 255) = 50%
R=14.66%
G=35.34%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34821160.710.2900.55204.8854.6729.41
Hex225274471D037cd371d
Octal42122164107350673156735
Binary1000101010010111010010001111110101101111100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225274; }

 p { color: rgb(34,82,116); }

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

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

 a { background-color: rgb(34,82,116); }

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

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

 span { border-color: rgb(34,82,116); }

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