Html Css Color HEX #30829A Scooter

📋 copy color: '#30829A'

red 48 ◦ green 130 ◦ blue 154

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

Shades of Scooter #30829A

Tints of Scooter #30829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 14.46%
G = 39.16%
B = 46.39%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#30829A (or 0x30829A) is known color: Scooter. HEX triplet: 30, 82 and 9A. RGB value is (48,130,154). Sum of RGB (Red+Green+Blue) = 48+130+154=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #30829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30829A is #CF7D65. Grayscale: #6C6C6C. Windows color (decimal): -13598054 or 10125872. OLE color: 10125872.

HSL color Cylindrical-coordinate representation of color #30829A: hue angle of 193.58º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30829A is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 130 154 -
CMYK 0.69 0.16 0 0.40
HSL 193.58º 0.52% 0.4% -
HSV(B) 193.58º 0.69% 0.6% -
XYZ 15.03 18.93 33.43 -
YUV 108.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 48 130 154 0.69 0.16 0 0.40 193.58 0.52 0.4
Hex 30 82 9A 45 10 0 28 C2 34 28
Octal 60 202 232 105 20 0 50 302 64 50
Binary 110000 10000010 10011010 1000101 10000 0 101000 11000010 110100 101000

Color Harmonies of #30829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30829A

Black with #30829A

Text Example


Text Example

White with #30829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30829A; }

 p { color: rgb(48,130,154); }

 H1.HeaderClassName
 {
   color: #30829A;
 }
 .AnyTagClassName
 {
   color: #30829A;
 }
</style>

background-color css

<style>
 a { background-color: #30829A; }

 a { background-color: rgb(48,130,154); }

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

border-color css

<style>
 span { border-color: #30829A; }

 span { border-color: rgb(48,130,154); }

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