#334E7A

Color #334E7A Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #334E7A

Tints of Fun Blue #334E7A

Color information

#334E7A (or 0x334E7A) is unknown color: approx Fun Blue. HEX triplet: 33, 4E and 7A. RGB value is (51,78,122). Sum of RGB (Red+Green+Blue) = 51+78+122=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #334E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E7A is #CCB185. Grayscale: #4A4A4A. Windows color (decimal): -13414790 or 8015411. OLE color: 8015411.

HSL color Cylindrical-coordinate representation of color #334E7A: hue angle of 217.18º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #334E7A is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5178122-
CMYK0.580.3600.52
HSL217.18º41.04%33.92%-
HSV(B)217.18º58.2%47.84%-
XYZ7.67.5619.47-
YUV74.94154.55110.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=20.32%
G=31.08%
B=48.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51781220.580.3600.52217.1841.0433.92
Hex334E7A3A24034d92922
Octal6311617272440643315142
Binary11001110011101111010111010100100011010011011001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334E7A; }

 p { color: rgb(51,78,122); }

 H1.HeaderClassName
 {
   color: #334E7A;
 }
 .AnyTagClassName
 {
   color: #334E7A;
 }
</style>
background-color css

<style>
 a { background-color: #334E7A; }

 a { background-color: rgb(51,78,122); }

 div.DivClassName
 {
   background-color: #334E7A;
 }
 .BgClassName
 {
   background-color: #334E7A;
 }
</style>
border-color css

<style>
 span { border-color: #334E7A; }

 span { border-color: rgb(51,78,122); }

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