Html Css Color HEX #308495 Scooter

📋 copy color: '#308495'

red 48 ◦ green 132 ◦ blue 149

#308495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #308495

Tints of Scooter #308495

RGB

 RED value IS 48 (19.14% from 255) = 14.59%

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 14.59%
G = 40.12%
B = 45.29%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#308495 (or 0x308495) is known color: Scooter. HEX triplet: 30, 84 and 95. RGB value is (48,132,149). Sum of RGB (Red+Green+Blue) = 48+132+149=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #308495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308495 is #CF7B6A. Grayscale: #6C6C6C. Windows color (decimal): -13597547 or 9798704. OLE color: 9798704.

HSL color Cylindrical-coordinate representation of color #308495: hue angle of 190.1º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308495 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 132 149 -
CMYK 0.68 0.11 0 0.42
HSL 190.1º 0.51% 0.39% -
HSV(B) 190.1º 0.68% 0.58% -
XYZ 14.9 19.3 31.37 -
YUV 108.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 48 132 149 0.68 0.11 0 0.42 190.1 0.51 0.39
Hex 30 84 95 44 B 0 2A BE 33 27
Octal 60 204 225 104 13 0 52 276 63 47
Binary 110000 10000100 10010101 1000100 1011 0 101010 10111110 110011 100111

Color Harmonies of #308495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308495

Black with #308495

Text Example


Text Example

White with #308495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308495; }

 p { color: rgb(48,132,149); }

 H1.HeaderClassName
 {
   color: #308495;
 }
 .AnyTagClassName
 {
   color: #308495;
 }
</style>

background-color css

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

 a { background-color: rgb(48,132,149); }

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

border-color css

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

 span { border-color: rgb(48,132,149); }

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