#334F7A

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

Shades of Fun Blue #334F7A

Tints of Fun Blue #334F7A

Color information

#334F7A (or 0x334F7A) is unknown color: approx Fun Blue. HEX triplet: 33, 4F and 7A. RGB value is (51,79,122). Sum of RGB (Red+Green+Blue) = 51+79+122=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #334F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F7A is #CCB085. Grayscale: #4B4B4B. Windows color (decimal): -13414534 or 8015667. OLE color: 8015667.

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

Color convert

RGB5179122-
CMYK0.580.3500.52
HSL216.34º41.04%33.92%-
HSV(B)216.34º58.2%47.84%-
XYZ7.677.719.49-
YUV75.53154.22110.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=20.24%
G=31.35%
B=48.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51791220.580.3500.52216.3441.0433.92
Hex334F7A3A23034d82922
Octal6311717272430643305142
Binary11001110011111111010111010100011011010011011000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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