Html Css Color HEX #225E71 Orient

📋 copy color: '#225E71'

red 34 ◦ green 94 ◦ blue 113

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

Shades of Orient #225E71

Tints of Orient #225E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39%

 BLUE value IS 113 (44.53% from 255) = 46.89%

R = 14.11%
G = 39%
B = 46.89%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#225E71 (or 0x225E71) is known color: Orient. HEX triplet: 22, 5E and 71. RGB value is (34,94,113). Sum of RGB (Red+Green+Blue) = 34+94+113=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #225E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E71 is #DDA18E. Grayscale: #4E4E4E. Windows color (decimal): -14524815 or 7429666. OLE color: 7429666.

HSL color Cylindrical-coordinate representation of color #225E71: hue angle of 194.43º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225E71 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 94 113 -
CMYK 0.70 0.17 0 0.56
HSL 194.43º 0.54% 0.29% -
HSV(B) 194.43º 0.7% 0.44% -
XYZ 7.64 9.54 17.06 -
YUV 78.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 34 94 113 0.70 0.17 0 0.56 194.43 0.54 0.29
Hex 22 5E 71 46 11 0 38 C2 36 1D
Octal 42 136 161 106 21 0 70 302 66 35
Binary 100010 1011110 1110001 1000110 10001 0 111000 11000010 110110 11101

Color Harmonies of #225E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225E71

Black with #225E71

Text Example


Text Example

White with #225E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,94,113); }

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

background-color css

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

 a { background-color: rgb(34,94,113); }

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

border-color css

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

 span { border-color: rgb(34,94,113); }

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