Html Css Color HEX #318994 Scooter

📋 copy color: '#318994'

red 49 ◦ green 137 ◦ blue 148

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

Shades of Scooter #318994

Tints of Scooter #318994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 14.67%
G = 41.02%
B = 44.31%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#318994 (or 0x318994) is known color: Scooter. HEX triplet: 31, 89 and 94. RGB value is (49,137,148). Sum of RGB (Red+Green+Blue) = 49+137+148=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #318994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318994 is #CE766B. Grayscale: #6F6F6F. Windows color (decimal): -13530732 or 9734449. OLE color: 9734449.

HSL color Cylindrical-coordinate representation of color #318994: hue angle of 186.67º degrees, saturation: 0.5, 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 #318994 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 137 148 -
CMYK 0.67 0.07 0 0.42
HSL 186.67º 0.5% 0.39% -
HSV(B) 186.67º 0.67% 0.58% -
XYZ 15.56 20.68 31.19 -
YUV 111.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 49 137 148 0.67 0.07 0 0.42 186.67 0.5 0.39
Hex 31 89 94 43 7 0 2A BB 32 27
Octal 61 211 224 103 7 0 52 273 62 47
Binary 110001 10001001 10010100 1000011 111 0 101010 10111011 110010 100111

Color Harmonies of #318994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318994

Black with #318994

Text Example


Text Example

White with #318994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318994; }

 p { color: rgb(49,137,148); }

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

background-color css

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

 a { background-color: rgb(49,137,148); }

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

border-color css

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

 span { border-color: rgb(49,137,148); }

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