Html Css Color HEX #318A98 Scooter

📋 copy color: '#318A98'

red 49 ◦ green 138 ◦ blue 152

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

Shades of Scooter #318A98

Tints of Scooter #318A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.71%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 14.45%
G = 40.71%
B = 44.84%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#318A98 (or 0x318A98) is known color: Scooter. HEX triplet: 31, 8A and 98. RGB value is (49,138,152). Sum of RGB (Red+Green+Blue) = 49+138+152=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #318A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318A98 is #CE7567. Grayscale: #707070. Windows color (decimal): -13530472 or 9996849. OLE color: 9996849.

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

Color convert

RGB 49 138 152 -
CMYK 0.68 0.09 0 0.40
HSL 188.16º 0.51% 0.39% -
HSV(B) 188.16º 0.68% 0.6% -
XYZ 16.02 21.1 32.93 -
YUV 112.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 49 138 152 0.68 0.09 0 0.40 188.16 0.51 0.39
Hex 31 8A 98 44 9 0 28 BC 33 27
Octal 61 212 230 104 11 0 50 274 63 47
Binary 110001 10001010 10011000 1000100 1001 0 101000 10111100 110011 100111

Color Harmonies of #318A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318A98

Black with #318A98

Text Example


Text Example

White with #318A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,138,152); }

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

background-color css

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

 a { background-color: rgb(49,138,152); }

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

border-color css

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

 span { border-color: rgb(49,138,152); }

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