Html Css Color HEX #307F99 Scooter

📋 copy color: '#307F99'

red 48 ◦ green 127 ◦ blue 153

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

Shades of Scooter #307F99

Tints of Scooter #307F99

RGB

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

 GREEN value IS 127 (50% from 255) = 38.72%

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

R = 14.63%
G = 38.72%
B = 46.65%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#307F99 (or 0x307F99) is known color: Scooter. HEX triplet: 30, 7F and 99. RGB value is (48,127,153). Sum of RGB (Red+Green+Blue) = 48+127+153=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #307F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F99 is #CF8066. Grayscale: #6A6A6A. Windows color (decimal): -13598823 or 10059568. OLE color: 10059568.

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

Color convert

RGB 48 127 153 -
CMYK 0.69 0.17 0 0.4
HSL 194.86º 0.52% 0.39% -
HSV(B) 194.86º 0.69% 0.6% -
XYZ 14.56 18.11 32.86 -
YUV 106.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 48 127 153 0.69 0.17 0 0.4 194.86 0.52 0.39
Hex 30 7F 99 45 11 0 28 C3 34 27
Octal 60 177 231 105 21 0 50 303 64 47
Binary 110000 1111111 10011001 1000101 10001 0 101000 11000011 110100 100111

Color Harmonies of #307F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F99

Black with #307F99

Text Example


Text Example

White with #307F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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