Html Css Color HEX #309199 Scooter

📋 copy color: '#309199'

red 48 ◦ green 145 ◦ blue 153

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

Shades of Scooter #309199

Tints of Scooter #309199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.91%

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 13.87%
G = 41.91%
B = 44.22%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#309199 (or 0x309199) is known color: Scooter. HEX triplet: 30, 91 and 99. RGB value is (48,145,153). Sum of RGB (Red+Green+Blue) = 48+145+153=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #309199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309199 is #CF6E66. Grayscale: #747474. Windows color (decimal): -13594215 or 10064176. OLE color: 10064176.

HSL color Cylindrical-coordinate representation of color #309199: hue angle of 184.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309199 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 145 153 -
CMYK 0.69 0.05 0 0.4
HSL 184.57º 0.52% 0.39% -
HSV(B) 184.57º 0.69% 0.6% -
XYZ 17.09 23.18 33.71 -
YUV 116.91 148.36 78.85 -
System Red Green Blue C M Y K H S L
Decimal 48 145 153 0.69 0.05 0 0.4 184.57 0.52 0.39
Hex 30 91 99 45 5 0 28 B9 34 27
Octal 60 221 231 105 5 0 50 271 64 47
Binary 110000 10010001 10011001 1000101 101 0 101000 10111001 110100 100111

Color Harmonies of #309199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309199

Black with #309199

Text Example


Text Example

White with #309199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309199; }

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

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

background-color css

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

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

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

border-color css

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

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

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