Html Css Color HEX #318796 Scooter

📋 copy color: '#318796'

red 49 ◦ green 135 ◦ blue 150

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

Shades of Scooter #318796

Tints of Scooter #318796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.42%

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

R = 14.67%
G = 40.42%
B = 44.91%

CMYK

 C value IS 0.67

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#318796 (or 0x318796) is known color: Scooter. HEX triplet: 31, 87 and 96. RGB value is (49,135,150). Sum of RGB (Red+Green+Blue) = 49+135+150=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #318796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318796 is #CE7869. Grayscale: #6E6E6E. Windows color (decimal): -13531242 or 9865009. OLE color: 9865009.

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

Color convert

RGB 49 135 150 -
CMYK 0.67 0.1 0 0.41
HSL 188.91º 0.51% 0.39% -
HSV(B) 188.91º 0.67% 0.59% -
XYZ 15.44 20.18 31.94 -
YUV 111 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 49 135 150 0.67 0.1 0 0.41 188.91 0.51 0.39
Hex 31 87 96 43 A 0 29 BD 33 27
Octal 61 207 226 103 12 0 51 275 63 47
Binary 110001 10000111 10010110 1000011 1010 0 101001 10111101 110011 100111

Color Harmonies of #318796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318796

Black with #318796

Text Example


Text Example

White with #318796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318796; }

 p { color: rgb(49,135,150); }

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

background-color css

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

 a { background-color: rgb(49,135,150); }

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

border-color css

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

 span { border-color: rgb(49,135,150); }

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