#228598

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

Shades of Scooter #228598

Tints of Scooter #228598

Color information

#228598 (or 0x228598) is unknown color: approx Scooter. HEX triplet: 22, 85 and 98. RGB value is (34,133,152). Sum of RGB (Red+Green+Blue) = 34+133+152=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #228598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228598 is #DD7A67. Grayscale: #696969. Windows color (decimal): -14514792 or 9995554. OLE color: 9995554.

HSL color Cylindrical-coordinate representation of color #228598: hue angle of 189.66º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228598 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB34133152-
CMYK0.780.1300.40
HSL189.66º63.44%36.47%-
HSV(B)189.66º77.63%59.61%-
XYZ14.7119.3832.67-
YUV105.56154.276.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.66%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=10.66%
G=41.69%
B=47.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341331520.780.1300.40189.6663.4436.47
Hex2285984ED028be3f24
Octal42205230116150502767744
Binary100010100001011001100010011101101010100010111110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228598; }

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

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

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

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

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

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

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

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