Html Css Color HEX #30859D Scooter

📋 copy color: '#30859D'

red 48 ◦ green 133 ◦ blue 157

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

Shades of Scooter #30859D

Tints of Scooter #30859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 14.2%
G = 39.35%
B = 46.45%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30859D (or 0x30859D) is known color: Scooter. HEX triplet: 30, 85 and 9D. RGB value is (48,133,157). Sum of RGB (Red+Green+Blue) = 48+133+157=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #30859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30859D is #CF7A62. Grayscale: #6E6E6E. Windows color (decimal): -13597283 or 10323248. OLE color: 10323248.

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

Color convert

RGB 48 133 157 -
CMYK 0.69 0.15 0 0.38
HSL 193.21º 0.53% 0.4% -
HSV(B) 193.21º 0.69% 0.62% -
XYZ 15.69 19.84 34.9 -
YUV 110.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 48 133 157 0.69 0.15 0 0.38 193.21 0.53 0.4
Hex 30 85 9D 45 F 0 26 C1 35 28
Octal 60 205 235 105 17 0 46 301 65 50
Binary 110000 10000101 10011101 1000101 1111 0 100110 11000001 110101 101000

Color Harmonies of #30859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30859D

Black with #30859D

Text Example


Text Example

White with #30859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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