#309CA5

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

Shades of Scooter #309CA5

Tints of Scooter #309CA5

Color information

#309CA5 (or 0x309CA5) is unknown color: approx Scooter. HEX triplet: 30, 9C and A5. RGB value is (48,156,165). Sum of RGB (Red+Green+Blue) = 48+156+165=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 165 - color contains mainly: blue. Hex color #309CA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309CA5 is #CF635A. Grayscale: #7C7C7C. Windows color (decimal): -13591387 or 10853424. OLE color: 10853424.

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

Color convert

RGB48156165-
CMYK0.710.0500.35
HSL184.62º54.93%41.76%-
HSV(B)184.62º70.91%64.71%-
XYZ19.927.1239.78-
YUV124.73150.7273.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.01%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 165 (64.84% from 255) = 44.72%
R=13.01%
G=42.28%
B=44.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481561650.710.0500.35184.6254.9341.76
Hex309CA5475023b9372a
Octal6023424510750432716752
Binary11000010011100101001011000111101010001110111001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,156,165); }

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

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

 a { background-color: rgb(48,156,165); }

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

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

 span { border-color: rgb(48,156,165); }

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