Html Css Color HEX #225C76 Orient

📋 copy color: '#225C76'

red 34 ◦ green 92 ◦ blue 118

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

Shades of Orient #225C76

Tints of Orient #225C76

RGB

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

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

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

R = 13.93%
G = 37.7%
B = 48.36%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#225C76 (or 0x225C76) is known color: Orient. HEX triplet: 22, 5C and 76. RGB value is (34,92,118). Sum of RGB (Red+Green+Blue) = 34+92+118=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #225C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C76 is #DDA389. Grayscale: #4D4D4D. Windows color (decimal): -14525322 or 7756834. OLE color: 7756834.

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

Color convert

RGB 34 92 118 -
CMYK 0.71 0.22 0 0.54
HSL 198.57º 0.55% 0.3% -
HSV(B) 198.57º 0.71% 0.46% -
XYZ 7.76 9.3 18.53 -
YUV 77.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 34 92 118 0.71 0.22 0 0.54 198.57 0.55 0.3
Hex 22 5C 76 47 16 0 36 C7 37 1E
Octal 42 134 166 107 26 0 66 307 67 36
Binary 100010 1011100 1110110 1000111 10110 0 110110 11000111 110111 11110

Color Harmonies of #225C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225C76

Black with #225C76

Text Example


Text Example

White with #225C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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