Html Css Color HEX #31949F Scooter

📋 copy color: '#31949F'

red 49 ◦ green 148 ◦ blue 159

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

Shades of Scooter #31949F

Tints of Scooter #31949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 13.76%
G = 41.57%
B = 44.66%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31949F (or 0x31949F) is known color: Scooter. HEX triplet: 31, 94 and 9F. RGB value is (49,148,159). Sum of RGB (Red+Green+Blue) = 49+148+159=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #31949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31949F is #CE6B60. Grayscale: #777777. Windows color (decimal): -13527905 or 10458161. OLE color: 10458161.

HSL color Cylindrical-coordinate representation of color #31949F: hue angle of 186º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31949F is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 148 159 -
CMYK 0.69 0.07 0 0.38
HSL 186º 0.53% 0.41% -
HSV(B) 186º 0.69% 0.62% -
XYZ 18.11 24.34 36.54 -
YUV 119.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 49 148 159 0.69 0.07 0 0.38 186 0.53 0.41
Hex 31 94 9F 45 7 0 26 BA 35 29
Octal 61 224 237 105 7 0 46 272 65 51
Binary 110001 10010100 10011111 1000101 111 0 100110 10111010 110101 101001

Color Harmonies of #31949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31949F

Black with #31949F

Text Example


Text Example

White with #31949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31949F; }

 p { color: rgb(49,148,159); }

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

background-color css

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

 a { background-color: rgb(49,148,159); }

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

border-color css

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

 span { border-color: rgb(49,148,159); }

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