#333D6F

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

Shades of Resolution Blue #333D6F

Tints of Resolution Blue #333D6F

Color information

#333D6F (or 0x333D6F) is unknown color: approx Resolution Blue. HEX triplet: 33, 3D and 6F. RGB value is (51,61,111). Sum of RGB (Red+Green+Blue) = 51+61+111=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #333D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D6F is #CCC290. Grayscale: #3F3F3F. Windows color (decimal): -13419153 or 7290163. OLE color: 7290163.

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

Color convert

RGB5161111-
CMYK0.540.4500.56
HSL230º37.04%31.76%-
HSV(B)230º54.05%43.53%-
XYZ5.95.1915.73-
YUV63.71154.69118.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 61 (24.22% from 255) = 27.35%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=22.87%
G=27.35%
B=49.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51611110.540.4500.5623037.0431.76
Hex333D6F362D038e62520
Octal637515766550703464540
Binary1100111111011101111110110101101011100011100110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D6F; }

 p { color: rgb(51,61,111); }

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

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

 a { background-color: rgb(51,61,111); }

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

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

 span { border-color: rgb(51,61,111); }

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