Html Css Color HEX #318E99 Scooter

📋 copy color: '#318E99'

red 49 ◦ green 142 ◦ blue 153

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

Shades of Scooter #318E99

Tints of Scooter #318E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 14.24%
G = 41.28%
B = 44.48%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#318E99 (or 0x318E99) is known color: Scooter. HEX triplet: 31, 8E and 99. RGB value is (49,142,153). Sum of RGB (Red+Green+Blue) = 49+142+153=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #318E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E99 is #CE7166. Grayscale: #737373. Windows color (decimal): -13529447 or 10063409. OLE color: 10063409.

HSL color Cylindrical-coordinate representation of color #318E99: hue angle of 186.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318E99 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 142 153 -
CMYK 0.68 0.07 0 0.4
HSL 186.35º 0.51% 0.4% -
HSV(B) 186.35º 0.68% 0.6% -
XYZ 16.69 22.3 33.56 -
YUV 115.45 149.19 80.61 -
System Red Green Blue C M Y K H S L
Decimal 49 142 153 0.68 0.07 0 0.4 186.35 0.51 0.4
Hex 31 8E 99 44 7 0 28 BA 33 28
Octal 61 216 231 104 7 0 50 272 63 50
Binary 110001 10001110 10011001 1000100 111 0 101000 10111010 110011 101000

Color Harmonies of #318E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318E99

Black with #318E99

Text Example


Text Example

White with #318E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318E99; }

 p { color: rgb(49,142,153); }

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

background-color css

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

 a { background-color: rgb(49,142,153); }

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

border-color css

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

 span { border-color: rgb(49,142,153); }

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