Html Css Color HEX #318B99 Scooter

📋 copy color: '#318B99'

red 49 ◦ green 139 ◦ blue 153

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

Shades of Scooter #318B99

Tints of Scooter #318B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.76%

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

R = 14.37%
G = 40.76%
B = 44.87%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#318B99 (or 0x318B99) is known color: Scooter. HEX triplet: 31, 8B and 99. RGB value is (49,139,153). Sum of RGB (Red+Green+Blue) = 49+139+153=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #318B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B99 is #CE7466. Grayscale: #717171. Windows color (decimal): -13530215 or 10062641. OLE color: 10062641.

HSL color Cylindrical-coordinate representation of color #318B99: hue angle of 188.08º 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 #318B99 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 139 153 -
CMYK 0.68 0.09 0 0.4
HSL 188.08º 0.51% 0.4% -
HSV(B) 188.08º 0.68% 0.6% -
XYZ 16.25 21.42 33.41 -
YUV 113.69 150.18 81.86 -
System Red Green Blue C M Y K H S L
Decimal 49 139 153 0.68 0.09 0 0.4 188.08 0.51 0.4
Hex 31 8B 99 44 9 0 28 BC 33 28
Octal 61 213 231 104 11 0 50 274 63 50
Binary 110001 10001011 10011001 1000100 1001 0 101000 10111100 110011 101000

Color Harmonies of #318B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B99

Black with #318B99

Text Example


Text Example

White with #318B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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