Html Css Color HEX #308093 Scooter

📋 copy color: '#308093'

red 48 ◦ green 128 ◦ blue 147

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

Shades of Scooter #308093

Tints of Scooter #308093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.63%

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

R = 14.86%
G = 39.63%
B = 45.51%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#308093 (or 0x308093) is known color: Scooter. HEX triplet: 30, 80 and 93. RGB value is (48,128,147). Sum of RGB (Red+Green+Blue) = 48+128+147=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #308093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308093 is #CF7F6C. Grayscale: #6A6A6A. Windows color (decimal): -13598573 or 9666608. OLE color: 9666608.

HSL color Cylindrical-coordinate representation of color #308093: hue angle of 191.52º 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 #308093 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 128 147 -
CMYK 0.67 0.13 0 0.42
HSL 191.52º 0.51% 0.38% -
HSV(B) 191.52º 0.67% 0.58% -
XYZ 14.2 18.17 30.36 -
YUV 106.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 48 128 147 0.67 0.13 0 0.42 191.52 0.51 0.38
Hex 30 80 93 43 D 0 2A C0 33 26
Octal 60 200 223 103 15 0 52 300 63 46
Binary 110000 10000000 10010011 1000011 1101 0 101010 11000000 110011 100110

Color Harmonies of #308093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308093

Black with #308093

Text Example


Text Example

White with #308093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308093; }

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

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

background-color css

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

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

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

border-color css

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

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

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