Html Css Color HEX #308593 Scooter

📋 copy color: '#308593'

red 48 ◦ green 133 ◦ blue 147

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

Shades of Scooter #308593

Tints of Scooter #308593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 14.63%
G = 40.55%
B = 44.82%

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

#308593 (or 0x308593) is known color: Scooter. HEX triplet: 30, 85 and 93. RGB value is (48,133,147). Sum of RGB (Red+Green+Blue) = 48+133+147=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #308593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308593 is #CF7A6C. Grayscale: #6D6D6D. Windows color (decimal): -13597293 or 9667888. OLE color: 9667888.

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

Color convert

RGB 48 133 147 -
CMYK 0.67 0.10 0 0.42
HSL 188.48º 0.51% 0.38% -
HSV(B) 188.48º 0.67% 0.58% -
XYZ 14.87 19.51 30.59 -
YUV 109.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 48 133 147 0.67 0.10 0 0.42 188.48 0.51 0.38
Hex 30 85 93 43 A 0 2A BC 33 26
Octal 60 205 223 103 12 0 52 274 63 46
Binary 110000 10000101 10010011 1000011 1010 0 101010 10111100 110011 100110

Color Harmonies of #308593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308593

Black with #308593

Text Example


Text Example

White with #308593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308593; }

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

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

background-color css

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

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

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

border-color css

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

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

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