Html Css Color HEX #308595 Scooter

📋 copy color: '#308595'

red 48 ◦ green 133 ◦ blue 149

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

Shades of Scooter #308595

Tints of Scooter #308595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 14.55%
G = 40.3%
B = 45.15%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#308595 (or 0x308595) is known color: Scooter. HEX triplet: 30, 85 and 95. RGB value is (48,133,149). Sum of RGB (Red+Green+Blue) = 48+133+149=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #308595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308595 is #CF7A6A. Grayscale: #6D6D6D. Windows color (decimal): -13597291 or 9798960. OLE color: 9798960.

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

Color convert

RGB 48 133 149 -
CMYK 0.68 0.11 0 0.42
HSL 189.5º 0.51% 0.39% -
HSV(B) 189.5º 0.68% 0.58% -
XYZ 15.03 19.57 31.42 -
YUV 109.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 48 133 149 0.68 0.11 0 0.42 189.5 0.51 0.39
Hex 30 85 95 44 B 0 2A BE 33 27
Octal 60 205 225 104 13 0 52 276 63 47
Binary 110000 10000101 10010101 1000100 1011 0 101010 10111110 110011 100111

Color Harmonies of #308595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308595

Black with #308595

Text Example


Text Example

White with #308595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308595; }

 p { color: rgb(48,133,149); }

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

background-color css

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

 a { background-color: rgb(48,133,149); }

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

border-color css

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

 span { border-color: rgb(48,133,149); }

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