#33406E

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

Shades of Resolution Blue #33406E

Tints of Resolution Blue #33406E

Color information

#33406E (or 0x33406E) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 6E. RGB value is (51,64,110). Sum of RGB (Red+Green+Blue) = 51+64+110=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #33406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33406E is #CCBF91. Grayscale: #414141. Windows color (decimal): -13418386 or 7225395. OLE color: 7225395.

HSL color Cylindrical-coordinate representation of color #33406E: hue angle of 226.78º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33406E is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5164110-
CMYK0.540.4200.57
HSL226.78º36.65%31.57%-
HSV(B)226.78º53.64%43.14%-
XYZ6.015.515.5-
YUV65.36153.19117.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=22.67%
G=28.44%
B=48.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51641100.540.4200.57226.7836.6531.57
Hex33406E362A039e32520
Octal6310015666520713434540
Binary11001110000001101110110110101010011100111100011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33406E; }

 p { color: rgb(51,64,110); }

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

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

 a { background-color: rgb(51,64,110); }

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

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

 span { border-color: rgb(51,64,110); }

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