Html Css Color HEX #225371 Orient

📋 copy color: '#225371'

red 34 ◦ green 83 ◦ blue 113

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

Shades of Orient #225371

Tints of Orient #225371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

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

R = 14.78%
G = 36.09%
B = 49.13%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#225371 (or 0x225371) is known color: Orient. HEX triplet: 22, 53 and 71. RGB value is (34,83,113). Sum of RGB (Red+Green+Blue) = 34+83+113=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #225371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225371 is #DDAC8E. Grayscale: #474747. Windows color (decimal): -14527631 or 7426850. OLE color: 7426850.

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

Color convert

RGB 34 83 113 -
CMYK 0.70 0.27 0 0.56
HSL 202.78º 0.54% 0.29% -
HSV(B) 202.78º 0.7% 0.44% -
XYZ 6.73 7.72 16.76 -
YUV 71.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 34 83 113 0.70 0.27 0 0.56 202.78 0.54 0.29
Hex 22 53 71 46 1B 0 38 CB 36 1D
Octal 42 123 161 106 33 0 70 313 66 35
Binary 100010 1010011 1110001 1000110 11011 0 111000 11001011 110110 11101

Color Harmonies of #225371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225371

Black with #225371

Text Example


Text Example

White with #225371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225371; }

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

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

background-color css

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

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

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

border-color css

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

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

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