Html Css Color HEX #225C77 Orient

📋 copy color: '#225C77'

red 34 ◦ green 92 ◦ blue 119

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

Shades of Orient #225C77

Tints of Orient #225C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

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

R = 13.88%
G = 37.55%
B = 48.57%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#225C77 (or 0x225C77) is known color: Orient. HEX triplet: 22, 5C and 77. RGB value is (34,92,119). Sum of RGB (Red+Green+Blue) = 34+92+119=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #225C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C77 is #DDA388. Grayscale: #4D4D4D. Windows color (decimal): -14525321 or 7822370. OLE color: 7822370.

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

Color convert

RGB 34 92 119 -
CMYK 0.71 0.23 0 0.53
HSL 199.06º 0.56% 0.3% -
HSV(B) 199.06º 0.71% 0.47% -
XYZ 7.82 9.33 18.84 -
YUV 77.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 34 92 119 0.71 0.23 0 0.53 199.06 0.56 0.3
Hex 22 5C 77 47 17 0 35 C7 38 1E
Octal 42 134 167 107 27 0 65 307 70 36
Binary 100010 1011100 1110111 1000111 10111 0 110101 11000111 111000 11110

Color Harmonies of #225C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225C77

Black with #225C77

Text Example


Text Example

White with #225C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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