#334B73

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

Shades of Fun Blue #334B73

Tints of Fun Blue #334B73

Color information

#334B73 (or 0x334B73) is unknown color: approx Fun Blue. HEX triplet: 33, 4B and 73. RGB value is (51,75,115). Sum of RGB (Red+Green+Blue) = 51+75+115=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #334B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B73 is #CCB48C. Grayscale: #484848. Windows color (decimal): -13415565 or 7555891. OLE color: 7555891.

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

Color convert

RGB5175115-
CMYK0.560.3500.55
HSL217.5º38.55%32.55%-
HSV(B)217.5º55.65%45.1%-
XYZ6.986.9717.2-
YUV72.38152.05112.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=21.16%
G=31.12%
B=47.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51751150.560.3500.55217.538.5532.55
Hex334B733823037da2721
Octal6311316370430673324741
Binary11001110010111110011111000100011011011111011010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,75,115); }

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

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

 a { background-color: rgb(51,75,115); }

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

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

 span { border-color: rgb(51,75,115); }

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