Html Css Color HEX #307F9C Scooter

📋 copy color: '#307F9C'

red 48 ◦ green 127 ◦ blue 156

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

Shades of Scooter #307F9C

Tints of Scooter #307F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 14.5%
G = 38.37%
B = 47.13%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#307F9C (or 0x307F9C) is known color: Scooter. HEX triplet: 30, 7F and 9C. RGB value is (48,127,156). Sum of RGB (Red+Green+Blue) = 48+127+156=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #307F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F9C is #CF8063. Grayscale: #6A6A6A. Windows color (decimal): -13598820 or 10256176. OLE color: 10256176.

HSL color Cylindrical-coordinate representation of color #307F9C: hue angle of 196.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307F9C is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 127 156 -
CMYK 0.69 0.19 0 0.39
HSL 196.11º 0.53% 0.4% -
HSV(B) 196.11º 0.69% 0.61% -
XYZ 14.81 18.21 34.19 -
YUV 106.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 48 127 156 0.69 0.19 0 0.39 196.11 0.53 0.4
Hex 30 7F 9C 45 13 0 27 C4 35 28
Octal 60 177 234 105 23 0 47 304 65 50
Binary 110000 1111111 10011100 1000101 10011 0 100111 11000100 110101 101000

Color Harmonies of #307F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F9C

Black with #307F9C

Text Example


Text Example

White with #307F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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