Html Css Color HEX #318591 Scooter

📋 copy color: '#318591'

red 49 ◦ green 133 ◦ blue 145

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

Shades of Scooter #318591

Tints of Scooter #318591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 14.98%
G = 40.67%
B = 44.34%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#318591 (or 0x318591) is known color: Scooter. HEX triplet: 31, 85 and 91. RGB value is (49,133,145). Sum of RGB (Red+Green+Blue) = 49+133+145=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #318591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318591 is #CE7A6E. Grayscale: #6D6D6D. Windows color (decimal): -13531759 or 9536817. OLE color: 9536817.

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

Color convert

RGB 49 133 145 -
CMYK 0.66 0.08 0 0.43
HSL 187.5º 0.49% 0.38% -
HSV(B) 187.5º 0.66% 0.57% -
XYZ 14.76 19.47 29.77 -
YUV 109.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 49 133 145 0.66 0.08 0 0.43 187.5 0.49 0.38
Hex 31 85 91 42 8 0 2B BC 31 26
Octal 61 205 221 102 10 0 53 274 61 46
Binary 110001 10000101 10010001 1000010 1000 0 101011 10111100 110001 100110

Color Harmonies of #318591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318591

Black with #318591

Text Example


Text Example

White with #318591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318591; }

 p { color: rgb(49,133,145); }

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

background-color css

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

 a { background-color: rgb(49,133,145); }

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

border-color css

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

 span { border-color: rgb(49,133,145); }

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