#33457E

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

Shades of Resolution Blue #33457E

Tints of Resolution Blue #33457E

Color information

#33457E (or 0x33457E) is unknown color: approx Resolution Blue. HEX triplet: 33, 45 and 7E. RGB value is (51,69,126). Sum of RGB (Red+Green+Blue) = 51+69+126=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #33457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33457E is #CCBA81. Grayscale: #454545. Windows color (decimal): -13417090 or 8275251. OLE color: 8275251.

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

Color convert

RGB5169126-
CMYK0.600.4500.51
HSL225.6º42.37%34.71%-
HSV(B)225.6º59.52%49.41%-
XYZ7.266.4720.6-
YUV70.12159.54114.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 126 (49.61% from 255) = 51.22%
R=20.73%
G=28.05%
B=51.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51691260.600.4500.51225.642.3734.71
Hex33457E3C2D033e22a23
Octal6310517674550633425243
Binary11001110001011111110111100101101011001111100010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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