#308eae

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

Shades of Scooter #308EAE

Tints of Scooter #308EAE

Color information

#308EAE (or 0x308EAE) is unknown color: approx Scooter. HEX triplet: 30, 8E and AE. RGB value is (48,142,174). Sum of RGB (Red+Green+Blue) = 48+142+174=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #308EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308EAE is #CF7151. Grayscale: #757575. Windows color (decimal): -13594962 or 11439664. OLE color: 11439664.

HSL color Cylindrical-coordinate representation of color #308EAE: hue angle of 195.24º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308EAE is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48142174-
CMYK0.720.1800.32
HSL195.24º56.76%43.53%-
HSV(B)195.24º72.41%68.24%-
XYZ18.5323.0343.51-
YUV117.54159.8678.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.19%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=13.19%
G=39.01%
B=47.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481421740.720.1800.32195.2456.7643.53
Hex308EAE4812020c3392c
Octal60216256110220403037154
Binary1100001000111010101110100100010010010000011000011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308eae; }

 p { color: rgb(48,142,174); }

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

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

 a { background-color: rgb(48,142,174); }

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

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

 span { border-color: rgb(48,142,174); }

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