Html Css Color HEX #318992 Scooter

📋 copy color: '#318992'

red 49 ◦ green 137 ◦ blue 146

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

Shades of Scooter #318992

Tints of Scooter #318992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 14.76%
G = 41.27%
B = 43.98%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#318992 (or 0x318992) is known color: Scooter. HEX triplet: 31, 89 and 92. RGB value is (49,137,146). Sum of RGB (Red+Green+Blue) = 49+137+146=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #318992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318992 is #CE766D. Grayscale: #6F6F6F. Windows color (decimal): -13530734 or 9603377. OLE color: 9603377.

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

Color convert

RGB 49 137 146 -
CMYK 0.66 0.06 0 0.43
HSL 185.57º 0.5% 0.38% -
HSV(B) 185.57º 0.66% 0.57% -
XYZ 15.4 20.62 30.36 -
YUV 111.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 49 137 146 0.66 0.06 0 0.43 185.57 0.5 0.38
Hex 31 89 92 42 6 0 2B BA 32 26
Octal 61 211 222 102 6 0 53 272 62 46
Binary 110001 10001001 10010010 1000010 110 0 101011 10111010 110010 100110

Color Harmonies of #318992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318992

Black with #318992

Text Example


Text Example

White with #318992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318992; }

 p { color: rgb(49,137,146); }

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

background-color css

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

 a { background-color: rgb(49,137,146); }

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

border-color css

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

 span { border-color: rgb(49,137,146); }

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