Html Css Color HEX #318EAA Scooter

📋 copy color: '#318EAA'

red 49 ◦ green 142 ◦ blue 170

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

Shades of Scooter #318EAA

Tints of Scooter #318EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 13.57%
G = 39.34%
B = 47.09%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#318EAA (or 0x318EAA) is known color: Scooter. HEX triplet: 31, 8E and AA. RGB value is (49,142,170). Sum of RGB (Red+Green+Blue) = 49+142+170=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #318EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318EAA is #CE7155. Grayscale: #757575. Windows color (decimal): -13529430 or 11177521. OLE color: 11177521.

HSL color Cylindrical-coordinate representation of color #318EAA: hue angle of 193.88º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #318EAA is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 142 170 -
CMYK 0.71 0.16 0 0.33
HSL 193.88º 0.55% 0.43% -
HSV(B) 193.88º 0.71% 0.67% -
XYZ 18.2 22.9 41.49 -
YUV 117.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 49 142 170 0.71 0.16 0 0.33 193.88 0.55 0.43
Hex 31 8E AA 47 10 0 21 C2 37 2B
Octal 61 216 252 107 20 0 41 302 67 53
Binary 110001 10001110 10101010 1000111 10000 0 100001 11000010 110111 101011

Color Harmonies of #318EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318EAA

Black with #318EAA

Text Example


Text Example

White with #318EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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