Html Css Color HEX #318896 Scooter

📋 copy color: '#318896'

red 49 ◦ green 136 ◦ blue 150

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

Shades of Scooter #318896

Tints of Scooter #318896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.6%

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 14.63%
G = 40.6%
B = 44.78%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#318896 (or 0x318896) is known color: Scooter. HEX triplet: 31, 88 and 96. RGB value is (49,136,150). Sum of RGB (Red+Green+Blue) = 49+136+150=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #318896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318896 is #CE7769. Grayscale: #6F6F6F. Windows color (decimal): -13530986 or 9865265. OLE color: 9865265.

HSL color Cylindrical-coordinate representation of color #318896: hue angle of 188.32º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #318896 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 136 150 -
CMYK 0.67 0.09 0 0.41
HSL 188.32º 0.51% 0.39% -
HSV(B) 188.32º 0.67% 0.59% -
XYZ 15.58 20.46 31.98 -
YUV 111.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 49 136 150 0.67 0.09 0 0.41 188.32 0.51 0.39
Hex 31 88 96 43 9 0 29 BC 33 27
Octal 61 210 226 103 11 0 51 274 63 47
Binary 110001 10001000 10010110 1000011 1001 0 101001 10111100 110011 100111

Color Harmonies of #318896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318896

Black with #318896

Text Example


Text Example

White with #318896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318896; }

 p { color: rgb(49,136,150); }

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

background-color css

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

 a { background-color: rgb(49,136,150); }

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

border-color css

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

 span { border-color: rgb(49,136,150); }

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