#225E6A

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

Shades of Orient #225E6A

Tints of Orient #225E6A

Color information

#225E6A (or 0x225E6A) is unknown color: approx Orient. HEX triplet: 22, 5E and 6A. RGB value is (34,94,106). Sum of RGB (Red+Green+Blue) = 34+94+106=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #225E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E6A is #DDA195. Grayscale: #4D4D4D. Windows color (decimal): -14524822 or 6970914. OLE color: 6970914.

HSL color Cylindrical-coordinate representation of color #225E6A: hue angle of 190º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #225E6A is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3494106-
CMYK0.680.1100.58
HSL190º51.43%27.45%-
HSV(B)190º67.92%41.57%-
XYZ7.269.3915.06-
YUV77.43144.1297.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.53%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=14.53%
G=40.17%
B=45.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34941060.680.1100.5819051.4327.45
Hex225E6A44B03Abe331b
Octal42136152104130722766333
Binary100010101111011010101000100101101110101011111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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