#334A75

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

Shades of Fun Blue #334A75

Tints of Fun Blue #334A75

Color information

#334A75 (or 0x334A75) is unknown color: approx Fun Blue. HEX triplet: 33, 4A and 75. RGB value is (51,74,117). Sum of RGB (Red+Green+Blue) = 51+74+117=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 74 (29.30% from 255 or 30.58% 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 #334A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A75 is #CCB58A. Grayscale: #474747. Windows color (decimal): -13415819 or 7686707. OLE color: 7686707.

HSL color Cylindrical-coordinate representation of color #334A75: hue angle of 219.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334A75 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5174117-
CMYK0.560.3700.54
HSL219.09º39.29%32.94%-
HSV(B)219.09º56.41%45.88%-
XYZ7.026.8917.79-
YUV72.03153.38113-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=21.07%
G=30.58%
B=48.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51741170.560.3700.54219.0939.2932.94
Hex334A753825036db2721
Octal6311216570450663334741
Binary11001110010101110101111000100101011011011011011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,74,117); }

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

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

 a { background-color: rgb(51,74,117); }

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

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

 span { border-color: rgb(51,74,117); }

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