#2430B4

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

Shades of Persian Blue #2430B4

Tints of Persian Blue #2430B4

Color information

#2430B4 (or 0x2430B4) is unknown color: approx Persian Blue. HEX triplet: 24, 30 and B4. RGB value is (36,48,180). Sum of RGB (Red+Green+Blue) = 36+48+180=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 180 (70.70% from 255 or 68.18% from 264); Max value from RGB is 180 - color contains mainly: blue. Hex color #2430B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2430B4 is #DBCF4B. Grayscale: #3A3A3A. Windows color (decimal): -14405452 or 11808804. OLE color: 11808804.

HSL color Cylindrical-coordinate representation of color #2430B4: hue angle of 235º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2430B4 is Cyan = 0.8, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3648180-
CMYK0.80.7300.29
HSL235º66.67%42.35%-
HSV(B)235º80%70.59%-
XYZ10.025.7843.77-
YUV59.46196.02111.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 180 (70.70% from 255) = 68.18%
R=13.64%
G=18.18%
B=68.18%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36481800.80.7300.2923566.6742.35
Hex2430B4504901Deb432a
Octal446026412011103535310352
Binary1001001100001011010010100001001001011101111010111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2430B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2430B4; }

 p { color: rgb(36,48,180); }

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

<style>
 a { background-color: #2430B4; }

 a { background-color: rgb(36,48,180); }

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

<style>
 span { border-color: #2430B4; }

 span { border-color: rgb(36,48,180); }

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