Html Css Color HEX #314C75 Fun Blue

📋 copy color: '#314C75'

red 49 ◦ green 76 ◦ blue 117

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

Shades of Fun Blue #314C75

Tints of Fun Blue #314C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 20.25%
G = 31.4%
B = 48.35%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#314C75 (or 0x314C75) is known color: Fun Blue. HEX triplet: 31, 4C and 75. RGB value is (49,76,117). Sum of RGB (Red+Green+Blue) = 49+76+117=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #314C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C75 is #CEB38A. Grayscale: #484848. Windows color (decimal): -13546379 or 7687217. OLE color: 7687217.

HSL color Cylindrical-coordinate representation of color #314C75: hue angle of 216.18º 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 #314C75 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 76 117 -
CMYK 0.58 0.35 0 0.54
HSL 216.18º 0.41% 0.33% -
HSV(B) 216.18º 0.58% 0.46% -
XYZ 7.06 7.11 17.83 -
YUV 72.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 49 76 117 0.58 0.35 0 0.54 216.18 0.41 0.33
Hex 31 4C 75 3A 23 0 36 D8 29 21
Octal 61 114 165 72 43 0 66 330 51 41
Binary 110001 1001100 1110101 111010 100011 0 110110 11011000 101001 100001

Color Harmonies of #314C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C75

Black with #314C75

Text Example


Text Example

White with #314C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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