Html Css Color HEX #308493 Scooter

📋 copy color: '#308493'

red 48 ◦ green 132 ◦ blue 147

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

Shades of Scooter #308493

Tints of Scooter #308493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 14.68%
G = 40.37%
B = 44.95%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#308493 (or 0x308493) is known color: Scooter. HEX triplet: 30, 84 and 93. RGB value is (48,132,147). Sum of RGB (Red+Green+Blue) = 48+132+147=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #308493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308493 is #CF7B6C. Grayscale: #6C6C6C. Windows color (decimal): -13597549 or 9667632. OLE color: 9667632.

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

Color convert

RGB 48 132 147 -
CMYK 0.67 0.10 0 0.42
HSL 189.09º 0.51% 0.38% -
HSV(B) 189.09º 0.67% 0.58% -
XYZ 14.74 19.24 30.54 -
YUV 108.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 48 132 147 0.67 0.10 0 0.42 189.09 0.51 0.38
Hex 30 84 93 43 A 0 2A BD 33 26
Octal 60 204 223 103 12 0 52 275 63 46
Binary 110000 10000100 10010011 1000011 1010 0 101010 10111101 110011 100110

Color Harmonies of #308493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308493

Black with #308493

Text Example


Text Example

White with #308493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308493; }

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

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

background-color css

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

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

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

border-color css

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

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

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