Html Css Color HEX #225471 Orient

📋 copy color: '#225471'

red 34 ◦ green 84 ◦ blue 113

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

Shades of Orient #225471

Tints of Orient #225471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 14.72%
G = 36.36%
B = 48.92%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#225471 (or 0x225471) is known color: Orient. HEX triplet: 22, 54 and 71. RGB value is (34,84,113). Sum of RGB (Red+Green+Blue) = 34+84+113=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #225471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225471 is #DDAB8E. Grayscale: #484848. Windows color (decimal): -14527375 or 7427106. OLE color: 7427106.

HSL color Cylindrical-coordinate representation of color #225471: hue angle of 202.03º 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 #225471 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 84 113 -
CMYK 0.70 0.26 0 0.56
HSL 202.03º 0.54% 0.29% -
HSV(B) 202.03º 0.7% 0.44% -
XYZ 6.81 7.87 16.78 -
YUV 72.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 34 84 113 0.70 0.26 0 0.56 202.03 0.54 0.29
Hex 22 54 71 46 1A 0 38 CA 36 1D
Octal 42 124 161 106 32 0 70 312 66 35
Binary 100010 1010100 1110001 1000110 11010 0 111000 11001010 110110 11101

Color Harmonies of #225471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225471

Black with #225471

Text Example


Text Example

White with #225471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225471; }

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

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

background-color css

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

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

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

border-color css

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

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

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