#2434B1

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

Shades of Persian Blue #2434B1

Tints of Persian Blue #2434B1

Color information

#2434B1 (or 0x2434B1) is unknown color: approx Persian Blue. HEX triplet: 24, 34 and B1. RGB value is (36,52,177). Sum of RGB (Red+Green+Blue) = 36+52+177=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 177 (69.53% from 255 or 66.79% from 265); Max value from RGB is 177 - color contains mainly: blue. Hex color #2434B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2434B1 is #DBCB4E. Grayscale: #3C3C3C. Windows color (decimal): -14404431 or 11613220. OLE color: 11613220.

HSL color Cylindrical-coordinate representation of color #2434B1: hue angle of 233.19º 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 #2434B1 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3652177-
CMYK0.800.7100.31
HSL233.19º66.2%41.76%-
HSV(B)233.19º79.66%69.41%-
XYZ9.896.0142.23-
YUV61.47193.2109.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 177 (69.53% from 255) = 66.79%
R=13.58%
G=19.62%
B=66.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36521770.800.7100.31233.1966.241.76
Hex2434B1504701Fe9422a
Octal446426112010703735110252
Binary1001001101001011000110100001000111011111111010011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2434B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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