#2435B1

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

Shades of Persian Blue #2435B1

Tints of Persian Blue #2435B1

Color information

#2435B1 (or 0x2435B1) is unknown color: approx Persian Blue. HEX triplet: 24, 35 and B1. RGB value is (36,53,177). Sum of RGB (Red+Green+Blue) = 36+53+177=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 177 (69.53% from 255 or 66.54% from 266); Max value from RGB is 177 - color contains mainly: blue. Hex color #2435B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2435B1 is #DBCA4E. Grayscale: #3D3D3D. Windows color (decimal): -14404175 or 11613476. OLE color: 11613476.

HSL color Cylindrical-coordinate representation of color #2435B1: hue angle of 232.77º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2435B1 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3653177-
CMYK0.800.7000.31
HSL232.77º66.2%41.76%-
HSV(B)232.77º79.66%69.41%-
XYZ9.946.142.25-
YUV62.05192.87109.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.53%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 177 (69.53% from 255) = 66.54%
R=13.53%
G=19.92%
B=66.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36531770.800.7000.31232.7766.241.76
Hex2435B1504601Fe9422a
Octal446526112010603735110252
Binary1001001101011011000110100001000110011111111010011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2435B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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