#227D8F

Color #227D8F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #227D8F

Tints of Allports #227D8F

Color information

#227D8F (or 0x227D8F) is unknown color: approx Allports. HEX triplet: 22, 7D and 8F. RGB value is (34,125,143). Sum of RGB (Red+Green+Blue) = 34+125+143=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #227D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227D8F is #DD8270. Grayscale: #636363. Windows color (decimal): -14516849 or 9403682. OLE color: 9403682.

HSL color Cylindrical-coordinate representation of color #227D8F: hue angle of 189.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #227D8F is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB34125143-
CMYK0.760.1300.44
HSL189.91º61.58%34.71%-
HSV(B)189.91º76.22%56.08%-
XYZ12.9516.9928.58-
YUV99.84152.3581.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.26%
GREEN value IS 125 (49.22% from 255) = 41.39%
BLUE value IS 143 (56.25% from 255) = 47.35%
R=11.26%
G=41.39%
B=47.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341251430.760.1300.44189.9161.5834.71
Hex227D8F4CD02Cbe3e23
Octal42175217114150542767643
Binary10001011111011000111110011001101010110010111110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227D8F; }

 p { color: rgb(34,125,143); }

 H1.HeaderClassName
 {
   color: #227D8F;
 }
 .AnyTagClassName
 {
   color: #227D8F;
 }
</style>
background-color css

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

 a { background-color: rgb(34,125,143); }

 div.DivClassName
 {
   background-color: #227D8F;
 }
 .BgClassName
 {
   background-color: #227D8F;
 }
</style>
border-color css

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

 span { border-color: rgb(34,125,143); }

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