Html Css Color HEX #314A75 Fun Blue

📋 copy color: '#314A75'

red 49 ◦ green 74 ◦ blue 117

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

Shades of Fun Blue #314A75

Tints of Fun Blue #314A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 20.42%
G = 30.83%
B = 48.75%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#314A75 (or 0x314A75) is known color: Fun Blue. HEX triplet: 31, 4A and 75. RGB value is (49,74,117). Sum of RGB (Red+Green+Blue) = 49+74+117=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #314A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A75 is #CEB58A. Grayscale: #474747. Windows color (decimal): -13546891 or 7686705. OLE color: 7686705.

HSL color Cylindrical-coordinate representation of color #314A75: hue angle of 217.94º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314A75 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 74 117 -
CMYK 0.58 0.37 0 0.54
HSL 217.94º 0.41% 0.33% -
HSV(B) 217.94º 0.58% 0.46% -
XYZ 6.93 6.83 17.78 -
YUV 71.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 49 74 117 0.58 0.37 0 0.54 217.94 0.41 0.33
Hex 31 4A 75 3A 25 0 36 DA 29 21
Octal 61 112 165 72 45 0 66 332 51 41
Binary 110001 1001010 1110101 111010 100101 0 110110 11011010 101001 100001

Color Harmonies of #314A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A75

Black with #314A75

Text Example


Text Example

White with #314A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,74,117); }

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

background-color css

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

 a { background-color: rgb(49,74,117); }

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

border-color css

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

 span { border-color: rgb(49,74,117); }

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