#2435B9

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

Shades of Persian Blue #2435B9

Tints of Persian Blue #2435B9

Color information

#2435B9 (or 0x2435B9) is unknown color: approx Persian Blue. HEX triplet: 24, 35 and B9. RGB value is (36,53,185). Sum of RGB (Red+Green+Blue) = 36+53+185=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 185 (72.66% from 255 or 67.52% from 274); Max value from RGB is 185 - color contains mainly: blue. Hex color #2435B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435B9 is #DBCA46. Grayscale: #3E3E3E. Windows color (decimal): -14404167 or 12137764. OLE color: 12137764.

HSL color Cylindrical-coordinate representation of color #2435B9: hue angle of 233.15º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2435B9 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3653185-
CMYK0.810.7100.27
HSL233.15º67.42%43.33%-
HSV(B)233.15º80.54%72.55%-
XYZ10.766.4246.57-
YUV62.96196.87108.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 185 (72.66% from 255) = 67.52%
R=13.14%
G=19.34%
B=67.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal36531850.810.7100.27233.1567.4243.33
Hex2435B9514701Be9432b
Octal446527112110703335110353
Binary1001001101011011100110100011000111011011111010011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2435B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2435B9; }

 p { color: rgb(36,53,185); }

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

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

 a { background-color: rgb(36,53,185); }

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

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

 span { border-color: rgb(36,53,185); }

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