#309EA4

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

Shades of Scooter #309EA4

Tints of Scooter #309EA4

Color information

#309EA4 (or 0x309EA4) is unknown color: approx Scooter. HEX triplet: 30, 9E and A4. RGB value is (48,158,164). Sum of RGB (Red+Green+Blue) = 48+158+164=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #309EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309EA4 is #CF615B. Grayscale: #7D7D7D. Windows color (decimal): -13590876 or 10788400. OLE color: 10788400.

HSL color Cylindrical-coordinate representation of color #309EA4: hue angle of 183.1º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #309EA4 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB48158164-
CMYK0.710.0400.36
HSL183.1º54.72%41.57%-
HSV(B)183.1º70.73%64.31%-
XYZ20.1527.7639.42-
YUV125.79149.5672.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.97%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=12.97%
G=42.70%
B=44.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481581640.710.0400.36183.154.7241.57
Hex309EA4474024b7372a
Octal6023624410740442676752
Binary11000010011110101001001000111100010010010110111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309EA4; }

 p { color: rgb(48,158,164); }

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

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

 a { background-color: rgb(48,158,164); }

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

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

 span { border-color: rgb(48,158,164); }

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