#228593

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

Shades of Scooter #228593

Tints of Scooter #228593

Color information

#228593 (or 0x228593) is unknown color: approx Scooter. HEX triplet: 22, 85 and 93. RGB value is (34,133,147). Sum of RGB (Red+Green+Blue) = 34+133+147=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #228593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228593 is #DD7A6C. Grayscale: #686868. Windows color (decimal): -14514797 or 9667874. OLE color: 9667874.

HSL color Cylindrical-coordinate representation of color #228593: hue angle of 187.43º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228593 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB34133147-
CMYK0.770.1000.42
HSL187.43º62.43%35.49%-
HSV(B)187.43º76.87%57.65%-
XYZ14.3119.2230.56-
YUV104.99151.777.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.83%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=10.83%
G=42.36%
B=46.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341331470.770.1000.42187.4362.4335.49
Hex2285934DA02Abb3e23
Octal42205223115120522737643
Binary100010100001011001001110011011010010101010111011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228593; }

 p { color: rgb(34,133,147); }

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

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

 a { background-color: rgb(34,133,147); }

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

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

 span { border-color: rgb(34,133,147); }

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