Html Css Color HEX #30949D Scooter

📋 copy color: '#30949D'

red 48 ◦ green 148 ◦ blue 157

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

Shades of Scooter #30949D

Tints of Scooter #30949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 13.6%
G = 41.93%
B = 44.48%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30949D (or 0x30949D) is known color: Scooter. HEX triplet: 30, 94 and 9D. RGB value is (48,148,157). Sum of RGB (Red+Green+Blue) = 48+148+157=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #30949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30949D is #CF6B62. Grayscale: #767676. Windows color (decimal): -13593443 or 10327088. OLE color: 10327088.

HSL color Cylindrical-coordinate representation of color #30949D: hue angle of 184.95º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30949D is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 148 157 -
CMYK 0.69 0.06 0 0.38
HSL 184.95º 0.53% 0.4% -
HSV(B) 184.95º 0.69% 0.62% -
XYZ 17.89 24.24 35.63 -
YUV 119.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 48 148 157 0.69 0.06 0 0.38 184.95 0.53 0.4
Hex 30 94 9D 45 6 0 26 B9 35 28
Octal 60 224 235 105 6 0 46 271 65 50
Binary 110000 10010100 10011101 1000101 110 0 100110 10111001 110101 101000

Color Harmonies of #30949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30949D

Black with #30949D

Text Example


Text Example

White with #30949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30949D; }

 p { color: rgb(48,148,157); }

 H1.HeaderClassName
 {
   color: #30949D;
 }
 .AnyTagClassName
 {
   color: #30949D;
 }
</style>

background-color css

<style>
 a { background-color: #30949D; }

 a { background-color: rgb(48,148,157); }

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

border-color css

<style>
 span { border-color: #30949D; }

 span { border-color: rgb(48,148,157); }

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