Html Css Color HEX #225A76 Orient

📋 copy color: '#225A76'

red 34 ◦ green 90 ◦ blue 118

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

Shades of Orient #225A76

Tints of Orient #225A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 14.05%
G = 37.19%
B = 48.76%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#225A76 (or 0x225A76) is known color: Orient. HEX triplet: 22, 5A and 76. RGB value is (34,90,118). Sum of RGB (Red+Green+Blue) = 34+90+118=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #225A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A76 is #DDA589. Grayscale: #4C4C4C. Windows color (decimal): -14525834 or 7756322. OLE color: 7756322.

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

Color convert

RGB 34 90 118 -
CMYK 0.71 0.24 0 0.54
HSL 200º 0.55% 0.3% -
HSV(B) 200º 0.71% 0.46% -
XYZ 7.59 8.96 18.47 -
YUV 76.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 34 90 118 0.71 0.24 0 0.54 200 0.55 0.3
Hex 22 5A 76 47 18 0 36 C8 37 1E
Octal 42 132 166 107 30 0 66 310 67 36
Binary 100010 1011010 1110110 1000111 11000 0 110110 11001000 110111 11110

Color Harmonies of #225A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225A76

Black with #225A76

Text Example


Text Example

White with #225A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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