Html Css Color HEX #318794 Scooter

📋 copy color: '#318794'

red 49 ◦ green 135 ◦ blue 148

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

Shades of Scooter #318794

Tints of Scooter #318794

RGB

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

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

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

R = 14.76%
G = 40.66%
B = 44.58%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#318794 (or 0x318794) is known color: Scooter. HEX triplet: 31, 87 and 94. RGB value is (49,135,148). Sum of RGB (Red+Green+Blue) = 49+135+148=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #318794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318794 is #CE786B. Grayscale: #6E6E6E. Windows color (decimal): -13531244 or 9733937. OLE color: 9733937.

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

Color convert

RGB 49 135 148 -
CMYK 0.67 0.09 0 0.42
HSL 187.88º 0.5% 0.39% -
HSV(B) 187.88º 0.67% 0.58% -
XYZ 15.28 20.12 31.1 -
YUV 110.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 49 135 148 0.67 0.09 0 0.42 187.88 0.5 0.39
Hex 31 87 94 43 9 0 2A BC 32 27
Octal 61 207 224 103 11 0 52 274 62 47
Binary 110001 10000111 10010100 1000011 1001 0 101010 10111100 110010 100111

Color Harmonies of #318794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318794

Black with #318794

Text Example


Text Example

White with #318794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318794; }

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

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

background-color css

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

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

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

border-color css

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

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

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