Html Css Color HEX #318698 Scooter

📋 copy color: '#318698'

red 49 ◦ green 134 ◦ blue 152

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

Shades of Scooter #318698

Tints of Scooter #318698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.37%

R = 14.63%
G = 40%
B = 45.37%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#318698 (or 0x318698) is known color: Scooter. HEX triplet: 31, 86 and 98. RGB value is (49,134,152). Sum of RGB (Red+Green+Blue) = 49+134+152=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #318698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318698 is #CE7967. Grayscale: #6E6E6E. Windows color (decimal): -13531496 or 9995825. OLE color: 9995825.

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

Color convert

RGB 49 134 152 -
CMYK 0.68 0.12 0 0.40
HSL 190.49º 0.51% 0.39% -
HSV(B) 190.49º 0.68% 0.6% -
XYZ 15.46 19.97 32.75 -
YUV 110.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 49 134 152 0.68 0.12 0 0.40 190.49 0.51 0.39
Hex 31 86 98 44 C 0 28 BE 33 27
Octal 61 206 230 104 14 0 50 276 63 47
Binary 110001 10000110 10011000 1000100 1100 0 101000 10111110 110011 100111

Color Harmonies of #318698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318698

Black with #318698

Text Example


Text Example

White with #318698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318698; }

 p { color: rgb(49,134,152); }

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

background-color css

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

 a { background-color: rgb(49,134,152); }

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

border-color css

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

 span { border-color: rgb(49,134,152); }

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