#3335B5

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

Shades of Persian Blue #3335B5

Tints of Persian Blue #3335B5

Color information

#3335B5 (or 0x3335B5) is unknown color: approx Persian Blue. HEX triplet: 33, 35 and B5. RGB value is (51,53,181). Sum of RGB (Red+Green+Blue) = 51+53+181=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 181 (71.09% from 255 or 63.51% from 285); Max value from RGB is 181 - color contains mainly: blue. Hex color #3335B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3335B5 is #CCCA4A. Grayscale: #424242. Windows color (decimal): -13421131 or 11875635. OLE color: 11875635.

HSL color Cylindrical-coordinate representation of color #3335B5: hue angle of 239.08º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3335B5 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5153181-
CMYK0.720.7100.29
HSL239.08º56.03%45.49%-
HSV(B)239.08º71.82%70.98%-
XYZ10.986.5944.41-
YUV66.99192.34116.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 181 (71.09% from 255) = 63.51%
R=17.89%
G=18.60%
B=63.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51531810.720.7100.29239.0856.0345.49
Hex3335B5484701Def382d
Octal63652651101070353577055
Binary110011110101101101011001000100011101110111101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3335B5; }

 p { color: rgb(51,53,181); }

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

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

 a { background-color: rgb(51,53,181); }

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

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

 span { border-color: rgb(51,53,181); }

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