Html Css Color HEX #308D9B Scooter

📋 copy color: '#308D9B'

red 48 ◦ green 141 ◦ blue 155

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

Shades of Scooter #308D9B

Tints of Scooter #308D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 13.95%
G = 40.99%
B = 45.06%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#308D9B (or 0x308D9B) is known color: Scooter. HEX triplet: 30, 8D and 9B. RGB value is (48,141,155). Sum of RGB (Red+Green+Blue) = 48+141+155=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #308D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D9B is #CF7264. Grayscale: #727272. Windows color (decimal): -13595237 or 10194224. OLE color: 10194224.

HSL color Cylindrical-coordinate representation of color #308D9B: hue angle of 187.85º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308D9B is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 141 155 -
CMYK 0.69 0.09 0 0.39
HSL 187.85º 0.53% 0.4% -
HSV(B) 187.85º 0.69% 0.61% -
XYZ 16.66 22.04 34.39 -
YUV 114.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 48 141 155 0.69 0.09 0 0.39 187.85 0.53 0.4
Hex 30 8D 9B 45 9 0 27 BC 35 28
Octal 60 215 233 105 11 0 47 274 65 50
Binary 110000 10001101 10011011 1000101 1001 0 100111 10111100 110101 101000

Color Harmonies of #308D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D9B

Black with #308D9B

Text Example


Text Example

White with #308D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D9B; }

 p { color: rgb(48,141,155); }

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

background-color css

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

 a { background-color: rgb(48,141,155); }

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

border-color css

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

 span { border-color: rgb(48,141,155); }

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