Html Css Color HEX #307D99 Scooter

📋 copy color: '#307D99'

red 48 ◦ green 125 ◦ blue 153

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

Shades of Scooter #307D99

Tints of Scooter #307D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

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

R = 14.72%
G = 38.34%
B = 46.93%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#307D99 (or 0x307D99) is known color: Scooter. HEX triplet: 30, 7D and 99. RGB value is (48,125,153). Sum of RGB (Red+Green+Blue) = 48+125+153=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #307D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D99 is #CF8266. Grayscale: #686868. Windows color (decimal): -13599335 or 10059056. OLE color: 10059056.

HSL color Cylindrical-coordinate representation of color #307D99: hue angle of 196º 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 #307D99 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 125 153 -
CMYK 0.69 0.18 0 0.4
HSL 196º 0.52% 0.39% -
HSV(B) 196º 0.69% 0.6% -
XYZ 14.3 17.6 32.78 -
YUV 105.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 48 125 153 0.69 0.18 0 0.4 196 0.52 0.39
Hex 30 7D 99 45 12 0 28 C4 34 27
Octal 60 175 231 105 22 0 50 304 64 47
Binary 110000 1111101 10011001 1000101 10010 0 101000 11000100 110100 100111

Color Harmonies of #307D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D99

Black with #307D99

Text Example


Text Example

White with #307D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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