Html Css Color HEX #318290 Scooter

📋 copy color: '#318290'

red 49 ◦ green 130 ◦ blue 144

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

Shades of Scooter #318290

Tints of Scooter #318290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.25%

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

R = 15.17%
G = 40.25%
B = 44.58%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#318290 (or 0x318290) is known color: Scooter. HEX triplet: 31, 82 and 90. RGB value is (49,130,144). Sum of RGB (Red+Green+Blue) = 49+130+144=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #318290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318290 is #CE7D6F. Grayscale: #6B6B6B. Windows color (decimal): -13532528 or 9470513. OLE color: 9470513.

HSL color Cylindrical-coordinate representation of color #318290: hue angle of 188.84º 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 #318290 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 130 144 -
CMYK 0.66 0.10 0 0.44
HSL 188.84º 0.49% 0.38% -
HSV(B) 188.84º 0.66% 0.56% -
XYZ 14.28 18.63 29.23 -
YUV 107.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 49 130 144 0.66 0.10 0 0.44 188.84 0.49 0.38
Hex 31 82 90 42 A 0 2C BD 31 26
Octal 61 202 220 102 12 0 54 275 61 46
Binary 110001 10000010 10010000 1000010 1010 0 101100 10111101 110001 100110

Color Harmonies of #318290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318290

Black with #318290

Text Example


Text Example

White with #318290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318290; }

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

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

background-color css

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

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

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

border-color css

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

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

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