Html Css Color HEX #308B9C Scooter

📋 copy color: '#308B9C'

red 48 ◦ green 139 ◦ blue 156

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

Shades of Scooter #308B9C

Tints of Scooter #308B9C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.52%

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 13.99%
G = 40.52%
B = 45.48%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#308B9C (or 0x308B9C) is known color: Scooter. HEX triplet: 30, 8B and 9C. RGB value is (48,139,156). Sum of RGB (Red+Green+Blue) = 48+139+156=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #308B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B9C is #CF7463. Grayscale: #717171. Windows color (decimal): -13595748 or 10259248. OLE color: 10259248.

HSL color Cylindrical-coordinate representation of color #308B9C: hue angle of 189.44º 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 #308B9C is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 139 156 -
CMYK 0.69 0.11 0 0.39
HSL 189.44º 0.53% 0.4% -
HSV(B) 189.44º 0.69% 0.61% -
XYZ 16.45 21.49 34.73 -
YUV 113.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 48 139 156 0.69 0.11 0 0.39 189.44 0.53 0.4
Hex 30 8B 9C 45 B 0 27 BD 35 28
Octal 60 213 234 105 13 0 47 275 65 50
Binary 110000 10001011 10011100 1000101 1011 0 100111 10111101 110101 101000

Color Harmonies of #308B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B9C

Black with #308B9C

Text Example


Text Example

White with #308B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,139,156); }

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

background-color css

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

 a { background-color: rgb(48,139,156); }

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

border-color css

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

 span { border-color: rgb(48,139,156); }

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