Html Css Color HEX #308694 Scooter

📋 copy color: '#308694'

red 48 ◦ green 134 ◦ blue 148

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

Shades of Scooter #308694

Tints of Scooter #308694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 14.55%
G = 40.61%
B = 44.85%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#308694 (or 0x308694) is known color: Scooter. HEX triplet: 30, 86 and 94. RGB value is (48,134,148). Sum of RGB (Red+Green+Blue) = 48+134+148=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #308694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308694 is #CF796B. Grayscale: #6D6D6D. Windows color (decimal): -13597036 or 9733680. OLE color: 9733680.

HSL color Cylindrical-coordinate representation of color #308694: hue angle of 188.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308694 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 134 148 -
CMYK 0.68 0.09 0 0.42
HSL 188.4º 0.51% 0.38% -
HSV(B) 188.4º 0.68% 0.58% -
XYZ 15.09 19.82 31.05 -
YUV 109.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 48 134 148 0.68 0.09 0 0.42 188.4 0.51 0.38
Hex 30 86 94 44 9 0 2A BC 33 26
Octal 60 206 224 104 11 0 52 274 63 46
Binary 110000 10000110 10010100 1000100 1001 0 101010 10111100 110011 100110

Color Harmonies of #308694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308694

Black with #308694

Text Example


Text Example

White with #308694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308694; }

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

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

background-color css

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

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

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

border-color css

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

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

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