Html Css Color HEX #225977 Orient

📋 copy color: '#225977'

red 34 ◦ green 89 ◦ blue 119

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

Shades of Orient #225977

Tints of Orient #225977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 119 (46.88% from 255) = 49.17%

R = 14.05%
G = 36.78%
B = 49.17%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#225977 (or 0x225977) is known color: Orient. HEX triplet: 22, 59 and 77. RGB value is (34,89,119). Sum of RGB (Red+Green+Blue) = 34+89+119=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #225977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225977 is #DDA688. Grayscale: #4B4B4B. Windows color (decimal): -14526089 or 7821602. OLE color: 7821602.

HSL color Cylindrical-coordinate representation of color #225977: hue angle of 201.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #225977 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 89 119 -
CMYK 0.71 0.25 0 0.53
HSL 201.18º 0.56% 0.3% -
HSV(B) 201.18º 0.71% 0.47% -
XYZ 7.56 8.82 18.76 -
YUV 75.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 34 89 119 0.71 0.25 0 0.53 201.18 0.56 0.3
Hex 22 59 77 47 19 0 35 C9 38 1E
Octal 42 131 167 107 31 0 65 311 70 36
Binary 100010 1011001 1110111 1000111 11001 0 110101 11001001 111000 11110

Color Harmonies of #225977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225977

Black with #225977

Text Example


Text Example

White with #225977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225977; }

 p { color: rgb(34,89,119); }

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

background-color css

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

 a { background-color: rgb(34,89,119); }

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

border-color css

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

 span { border-color: rgb(34,89,119); }

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