Html Css Color HEX #314C82 Fun Blue

📋 copy color: '#314C82'

red 49 ◦ green 76 ◦ blue 130

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

Shades of Fun Blue #314C82

Tints of Fun Blue #314C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.98%

R = 19.22%
G = 29.8%
B = 50.98%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#314C82 (or 0x314C82) is known color: Fun Blue. HEX triplet: 31, 4C and 82. RGB value is (49,76,130). Sum of RGB (Red+Green+Blue) = 49+76+130=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #314C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C82 is #CEB37D. Grayscale: #494949. Windows color (decimal): -13546366 or 8539185. OLE color: 8539185.

HSL color Cylindrical-coordinate representation of color #314C82: hue angle of 220º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314C82 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 76 130 -
CMYK 0.62 0.42 0 0.49
HSL 220º 0.45% 0.35% -
HSV(B) 220º 0.62% 0.51% -
XYZ 7.88 7.43 22.14 -
YUV 74.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 49 76 130 0.62 0.42 0 0.49 220 0.45 0.35
Hex 31 4C 82 3E 2A 0 31 DC 2D 23
Octal 61 114 202 76 52 0 61 334 55 43
Binary 110001 1001100 10000010 111110 101010 0 110001 11011100 101101 100011

Color Harmonies of #314C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C82

Black with #314C82

Text Example


Text Example

White with #314C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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