Html Css Color HEX #30849E Scooter

📋 copy color: '#30849E'

red 48 ◦ green 132 ◦ blue 158

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

Shades of Scooter #30849E

Tints of Scooter #30849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.05%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 14.2%
G = 39.05%
B = 46.75%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30849E (or 0x30849E) is known color: Scooter. HEX triplet: 30, 84 and 9E. RGB value is (48,132,158). Sum of RGB (Red+Green+Blue) = 48+132+158=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #30849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30849E is #CF7B61. Grayscale: #6D6D6D. Windows color (decimal): -13597538 or 10388528. OLE color: 10388528.

HSL color Cylindrical-coordinate representation of color #30849E: hue angle of 194.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30849E is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 132 158 -
CMYK 0.70 0.16 0 0.38
HSL 194.18º 0.53% 0.4% -
HSV(B) 194.18º 0.7% 0.62% -
XYZ 15.64 19.6 35.31 -
YUV 109.85 155.17 83.89 -
System Red Green Blue C M Y K H S L
Decimal 48 132 158 0.70 0.16 0 0.38 194.18 0.53 0.4
Hex 30 84 9E 46 10 0 26 C2 35 28
Octal 60 204 236 106 20 0 46 302 65 50
Binary 110000 10000100 10011110 1000110 10000 0 100110 11000010 110101 101000

Color Harmonies of #30849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30849E

Black with #30849E

Text Example


Text Example

White with #30849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30849E; }

 p { color: rgb(48,132,158); }

 H1.HeaderClassName
 {
   color: #30849E;
 }
 .AnyTagClassName
 {
   color: #30849E;
 }
</style>

background-color css

<style>
 a { background-color: #30849E; }

 a { background-color: rgb(48,132,158); }

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

border-color css

<style>
 span { border-color: #30849E; }

 span { border-color: rgb(48,132,158); }

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