Html Css Color HEX #318592 Scooter

📋 copy color: '#318592'

red 49 ◦ green 133 ◦ blue 146

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

Shades of Scooter #318592

Tints of Scooter #318592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 14.94%
G = 40.55%
B = 44.51%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#318592 (or 0x318592) is known color: Scooter. HEX triplet: 31, 85 and 92. RGB value is (49,133,146). Sum of RGB (Red+Green+Blue) = 49+133+146=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #318592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318592 is #CE7A6D. Grayscale: #6D6D6D. Windows color (decimal): -13531758 or 9602353. OLE color: 9602353.

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

Color convert

RGB 49 133 146 -
CMYK 0.66 0.09 0 0.43
HSL 188.04º 0.5% 0.38% -
HSV(B) 188.04º 0.66% 0.57% -
XYZ 14.84 19.5 30.18 -
YUV 109.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 49 133 146 0.66 0.09 0 0.43 188.04 0.5 0.38
Hex 31 85 92 42 9 0 2B BC 32 26
Octal 61 205 222 102 11 0 53 274 62 46
Binary 110001 10000101 10010010 1000010 1001 0 101011 10111100 110010 100110

Color Harmonies of #318592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318592

Black with #318592

Text Example


Text Example

White with #318592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318592; }

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

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

background-color css

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

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

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

border-color css

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

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

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