#33407B

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

Shades of Resolution Blue #33407B

Tints of Resolution Blue #33407B

Color information

#33407B (or 0x33407B) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 7B. RGB value is (51,64,123). Sum of RGB (Red+Green+Blue) = 51+64+123=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #33407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33407B is #CCBF84. Grayscale: #424242. Windows color (decimal): -13418373 or 8077363. OLE color: 8077363.

HSL color Cylindrical-coordinate representation of color #33407B: hue angle of 229.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33407B is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5164123-
CMYK0.590.4800.52
HSL229.17º41.38%34.12%-
HSV(B)229.17º58.54%48.24%-
XYZ6.775.819.5-
YUV66.84159.69116.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=21.43%
G=26.89%
B=51.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51641230.590.4800.52229.1741.3834.12
Hex33407B3B30034e52922
Octal6310017373600643455142
Binary11001110000001111011111011110000011010011100101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33407B; }

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

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

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

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

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

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

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

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