#33407A

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

Shades of Resolution Blue #33407A

Tints of Resolution Blue #33407A

Color information

#33407A (or 0x33407A) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 7A. RGB value is (51,64,122). Sum of RGB (Red+Green+Blue) = 51+64+122=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #33407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33407A is #CCBF85. Grayscale: #424242. Windows color (decimal): -13418374 or 8011827. OLE color: 8011827.

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

Color convert

RGB5164122-
CMYK0.580.4800.52
HSL229.01º41.04%33.92%-
HSV(B)229.01º58.2%47.84%-
XYZ6.715.7819.17-
YUV66.72159.19116.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=21.52%
G=27.00%
B=51.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51641220.580.4800.52229.0141.0433.92
Hex33407A3A30034e52922
Octal6310017272600643455142
Binary11001110000001111010111010110000011010011100101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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