Html Css Color HEX #225677 Orient

📋 copy color: '#225677'

red 34 ◦ green 86 ◦ blue 119

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

Shades of Orient #225677

Tints of Orient #225677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

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

R = 14.23%
G = 35.98%
B = 49.79%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#225677 (or 0x225677) is known color: Orient. HEX triplet: 22, 56 and 77. RGB value is (34,86,119). Sum of RGB (Red+Green+Blue) = 34+86+119=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #225677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225677 is #DDA988. Grayscale: #4A4A4A. Windows color (decimal): -14526857 or 7820834. OLE color: 7820834.

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

Color convert

RGB 34 86 119 -
CMYK 0.71 0.28 0 0.53
HSL 203.29º 0.56% 0.3% -
HSV(B) 203.29º 0.71% 0.47% -
XYZ 7.32 8.33 18.67 -
YUV 74.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 34 86 119 0.71 0.28 0 0.53 203.29 0.56 0.3
Hex 22 56 77 47 1C 0 35 CB 38 1E
Octal 42 126 167 107 34 0 65 313 70 36
Binary 100010 1010110 1110111 1000111 11100 0 110101 11001011 111000 11110

Color Harmonies of #225677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225677

Black with #225677

Text Example


Text Example

White with #225677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225677; }

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

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

background-color css

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

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

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

border-color css

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

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

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