#334185

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

Shades of Resolution Blue #334185

Tints of Resolution Blue #334185

Color information

#334185 (or 0x334185) is unknown color: approx Resolution Blue. HEX triplet: 33, 41 and 85. RGB value is (51,65,133). Sum of RGB (Red+Green+Blue) = 51+65+133=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #334185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334185 is #CCBE7A. Grayscale: #444444. Windows color (decimal): -13418107 or 8732979. OLE color: 8732979.

HSL color Cylindrical-coordinate representation of color #334185: hue angle of 229.76º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334185 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5165133-
CMYK0.620.5100.48
HSL229.76º44.57%36.08%-
HSV(B)229.76º61.65%52.16%-
XYZ7.496.1822.99-
YUV68.57164.36115.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=20.48%
G=26.10%
B=53.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51651330.620.5100.48229.7644.5736.08
Hex3341853E33030e62d24
Octal6310120576630603465544
Binary110011100000110000101111110110011011000011100110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334185; }

 p { color: rgb(51,65,133); }

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

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

 a { background-color: rgb(51,65,133); }

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

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

 span { border-color: rgb(51,65,133); }

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