Html Css Color HEX #307F93 Scooter

📋 copy color: '#307F93'

red 48 ◦ green 127 ◦ blue 147

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

Shades of Scooter #307F93

Tints of Scooter #307F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.65%

R = 14.91%
G = 39.44%
B = 45.65%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307F93 (or 0x307F93) is known color: Scooter. HEX triplet: 30, 7F and 93. RGB value is (48,127,147). Sum of RGB (Red+Green+Blue) = 48+127+147=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #307F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F93 is #CF806C. Grayscale: #696969. Windows color (decimal): -13598829 or 9666352. OLE color: 9666352.

HSL color Cylindrical-coordinate representation of color #307F93: hue angle of 192.12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307F93 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 127 147 -
CMYK 0.67 0.14 0 0.42
HSL 192.12º 0.51% 0.38% -
HSV(B) 192.12º 0.67% 0.58% -
XYZ 14.07 17.91 30.32 -
YUV 105.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 48 127 147 0.67 0.14 0 0.42 192.12 0.51 0.38
Hex 30 7F 93 43 E 0 2A C0 33 26
Octal 60 177 223 103 16 0 52 300 63 46
Binary 110000 1111111 10010011 1000011 1110 0 101010 11000000 110011 100110

Color Harmonies of #307F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F93

Black with #307F93

Text Example


Text Example

White with #307F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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