#3339BB

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

Shades of Persian Blue #3339BB

Tints of Persian Blue #3339BB

Color information

#3339BB (or 0x3339BB) is unknown color: approx Persian Blue. HEX triplet: 33, 39 and BB. RGB value is (51,57,187). Sum of RGB (Red+Green+Blue) = 51+57+187=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #3339BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3339BB is #CCC644. Grayscale: #454545. Windows color (decimal): -13420101 or 12269875. OLE color: 12269875.

HSL color Cylindrical-coordinate representation of color #3339BB: hue angle of 237.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3339BB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5157187-
CMYK0.730.7000.27
HSL237.35º57.14%46.67%-
HSV(B)237.35º72.73%73.33%-
XYZ11.87.2247.79-
YUV70.03194.01114.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 187 (73.44% from 255) = 63.39%
R=17.29%
G=19.32%
B=63.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51571870.730.7000.27237.3557.1446.67
Hex3339BB494601Bed392f
Octal63712731111060333557157
Binary110011111001101110111001001100011001101111101101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3339BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3339BB; }

 p { color: rgb(51,57,187); }

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

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

 a { background-color: rgb(51,57,187); }

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

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

 span { border-color: rgb(51,57,187); }

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