Html Css Color HEX #308391 Scooter

📋 copy color: '#308391'

red 48 ◦ green 131 ◦ blue 145

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

Shades of Scooter #308391

Tints of Scooter #308391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 14.81%
G = 40.43%
B = 44.75%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#308391 (or 0x308391) is known color: Scooter. HEX triplet: 30, 83 and 91. RGB value is (48,131,145). Sum of RGB (Red+Green+Blue) = 48+131+145=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #308391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308391 is #CF7C6E. Grayscale: #6B6B6B. Windows color (decimal): -13597807 or 9536304. OLE color: 9536304.

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

Color convert

RGB 48 131 145 -
CMYK 0.67 0.10 0 0.43
HSL 188.66º 0.5% 0.38% -
HSV(B) 188.66º 0.67% 0.57% -
XYZ 14.45 18.91 29.68 -
YUV 107.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 48 131 145 0.67 0.10 0 0.43 188.66 0.5 0.38
Hex 30 83 91 43 A 0 2B BD 32 26
Octal 60 203 221 103 12 0 53 275 62 46
Binary 110000 10000011 10010001 1000011 1010 0 101011 10111101 110010 100110

Color Harmonies of #308391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308391

Black with #308391

Text Example


Text Example

White with #308391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308391; }

 p { color: rgb(48,131,145); }

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

background-color css

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

 a { background-color: rgb(48,131,145); }

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

border-color css

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

 span { border-color: rgb(48,131,145); }

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