Html Css Color HEX #227589 Allports

📋 copy color: '#227589'

red 34 ◦ green 117 ◦ blue 137

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

Shades of Allports #227589

Tints of Allports #227589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

 BLUE value IS 137 (53.91% from 255) = 47.57%

R = 11.81%
G = 40.63%
B = 47.57%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#227589 (or 0x227589) is known color: Allports. HEX triplet: 22, 75 and 89. RGB value is (34,117,137). Sum of RGB (Red+Green+Blue) = 34+117+137=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #227589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227589 is #DD8A76. Grayscale: #5E5E5E. Windows color (decimal): -14518903 or 9008418. OLE color: 9008418.

HSL color Cylindrical-coordinate representation of color #227589: hue angle of 191.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #227589 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 117 137 -
CMYK 0.75 0.15 0 0.46
HSL 191.65º 0.6% 0.34% -
HSV(B) 191.65º 0.75% 0.54% -
XYZ 11.54 14.87 25.93 -
YUV 94.46 152 84.87 -
System Red Green Blue C M Y K H S L
Decimal 34 117 137 0.75 0.15 0 0.46 191.65 0.6 0.34
Hex 22 75 89 4B F 0 2E C0 3C 22
Octal 42 165 211 113 17 0 56 300 74 42
Binary 100010 1110101 10001001 1001011 1111 0 101110 11000000 111100 100010

Color Harmonies of #227589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227589

Black with #227589

Text Example


Text Example

White with #227589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227589; }

 p { color: rgb(34,117,137); }

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

background-color css

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

 a { background-color: rgb(34,117,137); }

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

border-color css

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

 span { border-color: rgb(34,117,137); }

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