#334375

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

Shades of Resolution Blue #334375

Tints of Resolution Blue #334375

Color information

#334375 (or 0x334375) is unknown color: approx Resolution Blue. HEX triplet: 33, 43 and 75. RGB value is (51,67,117). Sum of RGB (Red+Green+Blue) = 51+67+117=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #334375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334375 is #CCBC8A. Grayscale: #434343. Windows color (decimal): -13417611 or 7684915. OLE color: 7684915.

HSL color Cylindrical-coordinate representation of color #334375: hue angle of 225.45º 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 #334375 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5167117-
CMYK0.560.4300.54
HSL225.45º39.29%32.94%-
HSV(B)225.45º56.41%45.88%-
XYZ6.58617.64-
YUV67.92155.7115.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=21.70%
G=28.51%
B=49.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51671170.560.4300.54225.4539.2932.94
Hex334375382B036e12721
Octal6310316570530663414741
Binary11001110000111110101111000101011011011011100001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334375; }

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

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

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

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

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

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

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

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