Html Css Color HEX #318595 Scooter

📋 copy color: '#318595'

red 49 ◦ green 133 ◦ blue 149

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

Shades of Scooter #318595

Tints of Scooter #318595

RGB

 RED value IS 49 (19.53% from 255) = 14.8%

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

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

R = 14.8%
G = 40.18%
B = 45.02%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#318595 (or 0x318595) is known color: Scooter. HEX triplet: 31, 85 and 95. RGB value is (49,133,149). Sum of RGB (Red+Green+Blue) = 49+133+149=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #318595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318595 is #CE7A6A. Grayscale: #6D6D6D. Windows color (decimal): -13531755 or 9798961. OLE color: 9798961.

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

Color convert

RGB 49 133 149 -
CMYK 0.67 0.11 0 0.42
HSL 189.6º 0.51% 0.39% -
HSV(B) 189.6º 0.67% 0.58% -
XYZ 15.08 19.6 31.42 -
YUV 109.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 49 133 149 0.67 0.11 0 0.42 189.6 0.51 0.39
Hex 31 85 95 43 B 0 2A BE 33 27
Octal 61 205 225 103 13 0 52 276 63 47
Binary 110001 10000101 10010101 1000011 1011 0 101010 10111110 110011 100111

Color Harmonies of #318595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318595

Black with #318595

Text Example


Text Example

White with #318595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318595; }

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

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

background-color css

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

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

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

border-color css

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

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

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