Html Css Color HEX #308299 Scooter

📋 copy color: '#308299'

red 48 ◦ green 130 ◦ blue 153

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

Shades of Scooter #308299

Tints of Scooter #308299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 14.5%
G = 39.27%
B = 46.22%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#308299 (or 0x308299) is known color: Scooter. HEX triplet: 30, 82 and 99. RGB value is (48,130,153). Sum of RGB (Red+Green+Blue) = 48+130+153=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #308299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308299 is #CF7D66. Grayscale: #6B6B6B. Windows color (decimal): -13598055 or 10060336. OLE color: 10060336.

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

Color convert

RGB 48 130 153 -
CMYK 0.69 0.15 0 0.4
HSL 193.14º 0.52% 0.39% -
HSV(B) 193.14º 0.69% 0.6% -
XYZ 14.95 18.89 33 -
YUV 108.1 153.33 85.13 -
System Red Green Blue C M Y K H S L
Decimal 48 130 153 0.69 0.15 0 0.4 193.14 0.52 0.39
Hex 30 82 99 45 F 0 28 C1 34 27
Octal 60 202 231 105 17 0 50 301 64 47
Binary 110000 10000010 10011001 1000101 1111 0 101000 11000001 110100 100111

Color Harmonies of #308299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308299

Black with #308299

Text Example


Text Example

White with #308299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308299; }

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

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

background-color css

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

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

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

border-color css

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

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

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