Html Css Color HEX #308490 Scooter

📋 copy color: '#308490'

red 48 ◦ green 132 ◦ blue 144

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

Shades of Scooter #308490

Tints of Scooter #308490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 14.81%
G = 40.74%
B = 44.44%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#308490 (or 0x308490) is known color: Scooter. HEX triplet: 30, 84 and 90. RGB value is (48,132,144). Sum of RGB (Red+Green+Blue) = 48+132+144=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #308490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308490 is #CF7B6F. Grayscale: #6C6C6C. Windows color (decimal): -13597552 or 9471024. OLE color: 9471024.

HSL color Cylindrical-coordinate representation of color #308490: hue angle of 187.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308490 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 132 144 -
CMYK 0.67 0.08 0 0.44
HSL 187.5º 0.5% 0.38% -
HSV(B) 187.5º 0.67% 0.56% -
XYZ 14.5 19.14 29.32 -
YUV 108.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 48 132 144 0.67 0.08 0 0.44 187.5 0.5 0.38
Hex 30 84 90 43 8 0 2C BC 32 26
Octal 60 204 220 103 10 0 54 274 62 46
Binary 110000 10000100 10010000 1000011 1000 0 101100 10111100 110010 100110

Color Harmonies of #308490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308490

Black with #308490

Text Example


Text Example

White with #308490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308490; }

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

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

background-color css

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

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

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

border-color css

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

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

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