#2335B5

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

Shades of Persian Blue #2335B5

Tints of Persian Blue #2335B5

Color information

#2335B5 (or 0x2335B5) is unknown color: approx Persian Blue. HEX triplet: 23, 35 and B5. RGB value is (35,53,181). Sum of RGB (Red+Green+Blue) = 35+53+181=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 181 (71.09% from 255 or 67.29% from 269); Max value from RGB is 181 - color contains mainly: blue. Hex color #2335B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2335B5 is #DCCA4A. Grayscale: #3D3D3D. Windows color (decimal): -14469707 or 11875619. OLE color: 11875619.

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

Color convert

RGB3553181-
CMYK0.810.7100.29
HSL232.6º67.59%42.35%-
HSV(B)232.6º80.66%70.98%-
XYZ10.316.2444.38-
YUV62.21195.04108.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.01%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 181 (71.09% from 255) = 67.29%
R=13.01%
G=19.70%
B=67.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35531810.810.7100.29232.667.5942.35
Hex2335B5514701De9442a
Octal436526512110703535110452
Binary1000111101011011010110100011000111011101111010011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2335B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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