Html Css Color HEX #225B79 Orient

📋 copy color: '#225B79'

red 34 ◦ green 91 ◦ blue 121

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

Shades of Orient #225B79

Tints of Orient #225B79

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 13.82%
G = 36.99%
B = 49.19%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#225B79 (or 0x225B79) is known color: Orient. HEX triplet: 22, 5B and 79. RGB value is (34,91,121). Sum of RGB (Red+Green+Blue) = 34+91+121=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #225B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B79 is #DDA486. Grayscale: #4D4D4D. Windows color (decimal): -14525575 or 7953186. OLE color: 7953186.

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

Color convert

RGB 34 91 121 -
CMYK 0.72 0.25 0 0.53
HSL 200.69º 0.56% 0.3% -
HSV(B) 200.69º 0.72% 0.47% -
XYZ 7.85 9.2 19.45 -
YUV 77.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 34 91 121 0.72 0.25 0 0.53 200.69 0.56 0.3
Hex 22 5B 79 48 19 0 35 C9 38 1E
Octal 42 133 171 110 31 0 65 311 70 36
Binary 100010 1011011 1111001 1001000 11001 0 110101 11001001 111000 11110

Color Harmonies of #225B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225B79

Black with #225B79

Text Example


Text Example

White with #225B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,91,121); }

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

background-color css

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

 a { background-color: rgb(34,91,121); }

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

border-color css

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

 span { border-color: rgb(34,91,121); }

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