#33457D

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

Shades of Resolution Blue #33457D

Tints of Resolution Blue #33457D

Color information

#33457D (or 0x33457D) is unknown color: approx Resolution Blue. HEX triplet: 33, 45 and 7D. RGB value is (51,69,125). Sum of RGB (Red+Green+Blue) = 51+69+125=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #33457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33457D is #CCBA82. Grayscale: #454545. Windows color (decimal): -13417091 or 8209715. OLE color: 8209715.

HSL color Cylindrical-coordinate representation of color #33457D: hue angle of 225.41º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33457D is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5169125-
CMYK0.590.4500.51
HSL225.41º42.05%34.51%-
HSV(B)225.41º59.2%49.02%-
XYZ7.26.4420.27-
YUV70159.04114.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 125 (49.22% from 255) = 51.02%
R=20.82%
G=28.16%
B=51.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51691250.590.4500.51225.4142.0534.51
Hex33457D3B2D033e12a23
Octal6310517573550633415243
Binary11001110001011111101111011101101011001111100001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33457D; }

 p { color: rgb(51,69,125); }

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

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

 a { background-color: rgb(51,69,125); }

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

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

 span { border-color: rgb(51,69,125); }

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