#228290

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

Shades of Scooter #228290

Tints of Scooter #228290

Color information

#228290 (or 0x228290) is unknown color: approx Scooter. HEX triplet: 22, 82 and 90. RGB value is (34,130,144). Sum of RGB (Red+Green+Blue) = 34+130+144=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #228290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228290 is #DD7D6F. Grayscale: #666666. Windows color (decimal): -14515568 or 9470498. OLE color: 9470498.

HSL color Cylindrical-coordinate representation of color #228290: hue angle of 187.64º 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 #228290 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB34130144-
CMYK0.760.1000.44
HSL187.64º61.8%34.9%-
HSV(B)187.64º76.39%56.47%-
XYZ13.6818.3229.2-
YUV102.89151.278.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.04%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=11.04%
G=42.21%
B=46.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341301440.760.1000.44187.6461.834.9
Hex2282904CA02Cbc3e23
Octal42202220114120542747643
Binary100010100000101001000010011001010010110010111100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228290; }

 p { color: rgb(34,130,144); }

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

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

 a { background-color: rgb(34,130,144); }

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

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

 span { border-color: rgb(34,130,144); }

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