Html Css Color HEX #225A73 Orient

📋 copy color: '#225A73'

red 34 ◦ green 90 ◦ blue 115

#225A73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #225A73

Tints of Orient #225A73

RGB

 RED value IS 34 (13.67% from 255) = 14.23%

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 115 (45.31% from 255) = 48.12%

R = 14.23%
G = 37.66%
B = 48.12%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#225A73 (or 0x225A73) is known color: Orient. HEX triplet: 22, 5A and 73. RGB value is (34,90,115). Sum of RGB (Red+Green+Blue) = 34+90+115=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #225A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A73 is #DDA58C. Grayscale: #4B4B4B. Windows color (decimal): -14525837 or 7559714. OLE color: 7559714.

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

Color convert

RGB 34 90 115 -
CMYK 0.70 0.22 0 0.55
HSL 198.52º 0.54% 0.29% -
HSV(B) 198.52º 0.7% 0.45% -
XYZ 7.41 8.89 17.55 -
YUV 76.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 34 90 115 0.70 0.22 0 0.55 198.52 0.54 0.29
Hex 22 5A 73 46 16 0 37 C7 36 1D
Octal 42 132 163 106 26 0 67 307 66 35
Binary 100010 1011010 1110011 1000110 10110 0 110111 11000111 110110 11101

Color Harmonies of #225A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225A73

Black with #225A73

Text Example


Text Example

White with #225A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #225A73;
 }
 .AnyTagClassName
 {
   color: #225A73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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