Html Css Color HEX #307FA0 Scooter

📋 copy color: '#307FA0'

red 48 ◦ green 127 ◦ blue 160

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

Shades of Scooter #307FA0

Tints of Scooter #307FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.76%

R = 14.33%
G = 37.91%
B = 47.76%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#307FA0 (or 0x307FA0) is known color: Scooter. HEX triplet: 30, 7F and A0. RGB value is (48,127,160). Sum of RGB (Red+Green+Blue) = 48+127+160=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #307FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307FA0 is #CF805F. Grayscale: #6A6A6A. Windows color (decimal): -13598816 or 10518320. OLE color: 10518320.

HSL color Cylindrical-coordinate representation of color #307FA0: hue angle of 197.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #307FA0 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 127 160 -
CMYK 0.70 0.21 0 0.37
HSL 197.68º 0.54% 0.41% -
HSV(B) 197.68º 0.7% 0.63% -
XYZ 15.15 18.35 36 -
YUV 107.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 48 127 160 0.70 0.21 0 0.37 197.68 0.54 0.41
Hex 30 7F A0 46 15 0 25 C6 36 29
Octal 60 177 240 106 25 0 45 306 66 51
Binary 110000 1111111 10100000 1000110 10101 0 100101 11000110 110110 101001

Color Harmonies of #307FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FA0

Black with #307FA0

Text Example


Text Example

White with #307FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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