Html Css Color HEX #30899D Scooter

📋 copy color: '#30899D'

red 48 ◦ green 137 ◦ blue 157

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

Shades of Scooter #30899D

Tints of Scooter #30899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

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

R = 14.04%
G = 40.06%
B = 45.91%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30899D (or 0x30899D) is known color: Scooter. HEX triplet: 30, 89 and 9D. RGB value is (48,137,157). Sum of RGB (Red+Green+Blue) = 48+137+157=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #30899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30899D is #CF7662. Grayscale: #707070. Windows color (decimal): -13596259 or 10324272. OLE color: 10324272.

HSL color Cylindrical-coordinate representation of color #30899D: hue angle of 191.01º 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 #30899D is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 137 157 -
CMYK 0.69 0.13 0 0.38
HSL 191.01º 0.53% 0.4% -
HSV(B) 191.01º 0.69% 0.62% -
XYZ 16.25 20.95 35.09 -
YUV 112.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 48 137 157 0.69 0.13 0 0.38 191.01 0.53 0.4
Hex 30 89 9D 45 D 0 26 BF 35 28
Octal 60 211 235 105 15 0 46 277 65 50
Binary 110000 10001001 10011101 1000101 1101 0 100110 10111111 110101 101000

Color Harmonies of #30899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30899D

Black with #30899D

Text Example


Text Example

White with #30899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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