#334B70

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

Shades of Fun Blue #334B70

Tints of Fun Blue #334B70

Color information

#334B70 (or 0x334B70) is unknown color: approx Fun Blue. HEX triplet: 33, 4B and 70. RGB value is (51,75,112). Sum of RGB (Red+Green+Blue) = 51+75+112=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #334B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B70 is #CCB48F. Grayscale: #474747. Windows color (decimal): -13415568 or 7359283. OLE color: 7359283.

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

Color convert

RGB5175112-
CMYK0.540.3300.56
HSL216.39º37.42%31.96%-
HSV(B)216.39º54.46%43.92%-
XYZ6.816.9116.3-
YUV72.04150.55112.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=21.43%
G=31.51%
B=47.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51751120.540.3300.56216.3937.4231.96
Hex334B703621038d82520
Octal6311316066410703304540
Binary11001110010111110000110110100001011100011011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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