Html Css Color HEX #308696 Scooter

📋 copy color: '#308696'

red 48 ◦ green 134 ◦ blue 150

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

Shades of Scooter #308696

Tints of Scooter #308696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.36%

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 14.46%
G = 40.36%
B = 45.18%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#308696 (or 0x308696) is known color: Scooter. HEX triplet: 30, 86 and 96. RGB value is (48,134,150). Sum of RGB (Red+Green+Blue) = 48+134+150=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #308696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308696 is #CF7969. Grayscale: #6D6D6D. Windows color (decimal): -13597034 or 9864752. OLE color: 9864752.

HSL color Cylindrical-coordinate representation of color #308696: hue angle of 189.41º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308696 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 134 150 -
CMYK 0.68 0.11 0 0.41
HSL 189.41º 0.52% 0.39% -
HSV(B) 189.41º 0.68% 0.59% -
XYZ 15.25 19.88 31.89 -
YUV 110.11 150.51 83.7 -
System Red Green Blue C M Y K H S L
Decimal 48 134 150 0.68 0.11 0 0.41 189.41 0.52 0.39
Hex 30 86 96 44 B 0 29 BD 34 27
Octal 60 206 226 104 13 0 51 275 64 47
Binary 110000 10000110 10010110 1000100 1011 0 101001 10111101 110100 100111

Color Harmonies of #308696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308696

Black with #308696

Text Example


Text Example

White with #308696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308696; }

 p { color: rgb(48,134,150); }

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

background-color css

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

 a { background-color: rgb(48,134,150); }

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

border-color css

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

 span { border-color: rgb(48,134,150); }

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