Html Css Color HEX #314B7A Fun Blue

📋 copy color: '#314B7A'

red 49 ◦ green 75 ◦ blue 122

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

Shades of Fun Blue #314B7A

Tints of Fun Blue #314B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.49%

 BLUE value IS 122 (48.05% from 255) = 49.59%

R = 19.92%
G = 30.49%
B = 49.59%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#314B7A (or 0x314B7A) is known color: Fun Blue. HEX triplet: 31, 4B and 7A. RGB value is (49,75,122). Sum of RGB (Red+Green+Blue) = 49+75+122=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #314B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B7A is #CEB485. Grayscale: #484848. Windows color (decimal): -13546630 or 8014641. OLE color: 8014641.

HSL color Cylindrical-coordinate representation of color #314B7A: hue angle of 218.63º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314B7A is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 75 122 -
CMYK 0.60 0.39 0 0.52
HSL 218.63º 0.43% 0.34% -
HSV(B) 218.63º 0.6% 0.48% -
XYZ 7.3 7.09 19.4 -
YUV 72.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 49 75 122 0.60 0.39 0 0.52 218.63 0.43 0.34
Hex 31 4B 7A 3C 27 0 34 DB 2B 22
Octal 61 113 172 74 47 0 64 333 53 42
Binary 110001 1001011 1111010 111100 100111 0 110100 11011011 101011 100010

Color Harmonies of #314B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B7A

Black with #314B7A

Text Example


Text Example

White with #314B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,75,122); }

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

background-color css

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

 a { background-color: rgb(49,75,122); }

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

border-color css

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

 span { border-color: rgb(49,75,122); }

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