Html Css Color HEX #226077 Orient

📋 copy color: '#226077'

red 34 ◦ green 96 ◦ blue 119

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

Shades of Orient #226077

Tints of Orient #226077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 13.65%
G = 38.55%
B = 47.79%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#226077 (or 0x226077) is known color: Orient. HEX triplet: 22, 60 and 77. RGB value is (34,96,119). Sum of RGB (Red+Green+Blue) = 34+96+119=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #226077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226077 is #DD9F88. Grayscale: #4F4F4F. Windows color (decimal): -14524297 or 7823394. OLE color: 7823394.

HSL color Cylindrical-coordinate representation of color #226077: hue angle of 196.24º 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 #226077 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 96 119 -
CMYK 0.71 0.19 0 0.53
HSL 196.24º 0.56% 0.3% -
HSV(B) 196.24º 0.71% 0.47% -
XYZ 8.17 10.04 18.96 -
YUV 80.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 34 96 119 0.71 0.19 0 0.53 196.24 0.56 0.3
Hex 22 60 77 47 13 0 35 C4 38 1E
Octal 42 140 167 107 23 0 65 304 70 36
Binary 100010 1100000 1110111 1000111 10011 0 110101 11000100 111000 11110

Color Harmonies of #226077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226077

Black with #226077

Text Example


Text Example

White with #226077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226077; }

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

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

background-color css

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

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

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

border-color css

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

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

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