#225A6D

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

Shades of Orient #225A6D

Tints of Orient #225A6D

Color information

#225A6D (or 0x225A6D) is unknown color: approx Orient. HEX triplet: 22, 5A and 6D. RGB value is (34,90,109). Sum of RGB (Red+Green+Blue) = 34+90+109=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #225A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A6D is #DDA592. Grayscale: #4B4B4B. Windows color (decimal): -14525843 or 7166498. OLE color: 7166498.

HSL color Cylindrical-coordinate representation of color #225A6D: hue angle of 195.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #225A6D is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3490109-
CMYK0.690.1700.57
HSL195.2º52.45%28.04%-
HSV(B)195.2º68.81%42.75%-
XYZ7.088.7615.79-
YUV75.42146.9598.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=14.59%
G=38.63%
B=46.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34901090.690.1700.57195.252.4528.04
Hex225A6D4511039c3341c
Octal42132155105210713036434
Binary1000101011010110110110001011000101110011100001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,90,109); }

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

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

 a { background-color: rgb(34,90,109); }

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

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

 span { border-color: rgb(34,90,109); }

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