Html Css Color HEX #314D7D Fun Blue

📋 copy color: '#314D7D'

red 49 ◦ green 77 ◦ blue 125

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

Shades of Fun Blue #314D7D

Tints of Fun Blue #314D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.68%

 BLUE value IS 125 (49.22% from 255) = 49.8%

R = 19.52%
G = 30.68%
B = 49.8%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#314D7D (or 0x314D7D) is known color: Fun Blue. HEX triplet: 31, 4D and 7D. RGB value is (49,77,125). Sum of RGB (Red+Green+Blue) = 49+77+125=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #314D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D7D is #CEB282. Grayscale: #494949. Windows color (decimal): -13546115 or 8211761. OLE color: 8211761.

HSL color Cylindrical-coordinate representation of color #314D7D: hue angle of 217.89º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #314D7D is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 77 125 -
CMYK 0.61 0.38 0 0.51
HSL 217.89º 0.44% 0.34% -
HSV(B) 217.89º 0.61% 0.49% -
XYZ 7.62 7.44 20.44 -
YUV 74.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 49 77 125 0.61 0.38 0 0.51 217.89 0.44 0.34
Hex 31 4D 7D 3D 26 0 33 DA 2C 22
Octal 61 115 175 75 46 0 63 332 54 42
Binary 110001 1001101 1111101 111101 100110 0 110011 11011010 101100 100010

Color Harmonies of #314D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D7D

Black with #314D7D

Text Example


Text Example

White with #314D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314D7D; }

 p { color: rgb(49,77,125); }

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

background-color css

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

 a { background-color: rgb(49,77,125); }

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

border-color css

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

 span { border-color: rgb(49,77,125); }

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