#308CAB

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

Shades of Scooter #308CAB

Tints of Scooter #308CAB

Color information

#308CAB (or 0x308CAB) is unknown color: approx Scooter. HEX triplet: 30, 8C and AB. RGB value is (48,140,171). Sum of RGB (Red+Green+Blue) = 48+140+171=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #308CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308CAB is #CF7354. Grayscale: #737373. Windows color (decimal): -13595477 or 11242544. OLE color: 11242544.

HSL color Cylindrical-coordinate representation of color #308CAB: hue angle of 195.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308CAB is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48140171-
CMYK0.720.1800.33
HSL195.12º56.16%42.94%-
HSV(B)195.12º71.93%67.06%-
XYZ17.9522.3241.89-
YUV116.03159.0279.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=13.37%
G=39.00%
B=47.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481401710.720.1800.33195.1256.1642.94
Hex308CAB4812021c3382b
Octal60214253110220413037053
Binary1100001000110010101011100100010010010000111000011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,140,171); }

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

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

 a { background-color: rgb(48,140,171); }

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

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

 span { border-color: rgb(48,140,171); }

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