Html Css Color HEX #318390 Scooter

📋 copy color: '#318390'

red 49 ◦ green 131 ◦ blue 144

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

Shades of Scooter #318390

Tints of Scooter #318390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 15.12%
G = 40.43%
B = 44.44%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#318390 (or 0x318390) is known color: Scooter. HEX triplet: 31, 83 and 90. RGB value is (49,131,144). Sum of RGB (Red+Green+Blue) = 49+131+144=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #318390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318390 is #CE7C6F. Grayscale: #6B6B6B. Windows color (decimal): -13532272 or 9470769. OLE color: 9470769.

HSL color Cylindrical-coordinate representation of color #318390: hue angle of 188.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318390 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 131 144 -
CMYK 0.66 0.09 0 0.44
HSL 188.21º 0.49% 0.38% -
HSV(B) 188.21º 0.66% 0.56% -
XYZ 14.42 18.9 29.27 -
YUV 107.96 148.33 85.94 -
System Red Green Blue C M Y K H S L
Decimal 49 131 144 0.66 0.09 0 0.44 188.21 0.49 0.38
Hex 31 83 90 42 9 0 2C BC 31 26
Octal 61 203 220 102 11 0 54 274 61 46
Binary 110001 10000011 10010000 1000010 1001 0 101100 10111100 110001 100110

Color Harmonies of #318390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318390

Black with #318390

Text Example


Text Example

White with #318390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318390; }

 p { color: rgb(49,131,144); }

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

background-color css

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

 a { background-color: rgb(49,131,144); }

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

border-color css

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

 span { border-color: rgb(49,131,144); }

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