Html Css Color HEX #318790 Scooter

📋 copy color: '#318790'

red 49 ◦ green 135 ◦ blue 144

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

Shades of Scooter #318790

Tints of Scooter #318790

RGB

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

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

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

R = 14.94%
G = 41.16%
B = 43.9%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#318790 (or 0x318790) is known color: Scooter. HEX triplet: 31, 87 and 90. RGB value is (49,135,144). Sum of RGB (Red+Green+Blue) = 49+135+144=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #318790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318790 is #CE786F. Grayscale: #6E6E6E. Windows color (decimal): -13531248 or 9471793. OLE color: 9471793.

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

Color convert

RGB 49 135 144 -
CMYK 0.66 0.06 0 0.44
HSL 185.68º 0.49% 0.38% -
HSV(B) 185.68º 0.66% 0.56% -
XYZ 14.96 19.99 29.46 -
YUV 110.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 49 135 144 0.66 0.06 0 0.44 185.68 0.49 0.38
Hex 31 87 90 42 6 0 2C BA 31 26
Octal 61 207 220 102 6 0 54 272 61 46
Binary 110001 10000111 10010000 1000010 110 0 101100 10111010 110001 100110

Color Harmonies of #318790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318790

Black with #318790

Text Example


Text Example

White with #318790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318790; }

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

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

background-color css

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

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

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

border-color css

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

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

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