Html Css Color HEX #30959D Scooter

📋 copy color: '#30959D'

red 48 ◦ green 149 ◦ blue 157

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

Shades of Scooter #30959D

Tints of Scooter #30959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

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

R = 13.56%
G = 42.09%
B = 44.35%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30959D (or 0x30959D) is known color: Scooter. HEX triplet: 30, 95 and 9D. RGB value is (48,149,157). Sum of RGB (Red+Green+Blue) = 48+149+157=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #30959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30959D is #CF6A62. Grayscale: #777777. Windows color (decimal): -13593187 or 10327344. OLE color: 10327344.

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

Color convert

RGB 48 149 157 -
CMYK 0.69 0.05 0 0.38
HSL 184.4º 0.53% 0.4% -
HSV(B) 184.4º 0.69% 0.62% -
XYZ 18.05 24.56 35.69 -
YUV 119.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 48 149 157 0.69 0.05 0 0.38 184.4 0.53 0.4
Hex 30 95 9D 45 5 0 26 B8 35 28
Octal 60 225 235 105 5 0 46 270 65 50
Binary 110000 10010101 10011101 1000101 101 0 100110 10111000 110101 101000

Color Harmonies of #30959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30959D

Black with #30959D

Text Example


Text Example

White with #30959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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