Html Css Color HEX #314A70 Fun Blue

📋 copy color: '#314A70'

red 49 ◦ green 74 ◦ blue 112

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

Shades of Fun Blue #314A70

Tints of Fun Blue #314A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 20.85%
G = 31.49%
B = 47.66%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314A70 (or 0x314A70) is known color: Fun Blue. HEX triplet: 31, 4A and 70. RGB value is (49,74,112). Sum of RGB (Red+Green+Blue) = 49+74+112=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #314A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A70 is #CEB58F. Grayscale: #464646. Windows color (decimal): -13546896 or 7359025. OLE color: 7359025.

HSL color Cylindrical-coordinate representation of color #314A70: hue angle of 216.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #314A70 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 74 112 -
CMYK 0.56 0.34 0 0.56
HSL 216.19º 0.39% 0.32% -
HSV(B) 216.19º 0.56% 0.44% -
XYZ 6.64 6.72 16.28 -
YUV 70.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 49 74 112 0.56 0.34 0 0.56 216.19 0.39 0.32
Hex 31 4A 70 38 22 0 38 D8 27 20
Octal 61 112 160 70 42 0 70 330 47 40
Binary 110001 1001010 1110000 111000 100010 0 111000 11011000 100111 100000

Color Harmonies of #314A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A70

Black with #314A70

Text Example


Text Example

White with #314A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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