#2538B4

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

Shades of Persian Blue #2538B4

Tints of Persian Blue #2538B4

Color information

#2538B4 (or 0x2538B4) is unknown color: approx Persian Blue. HEX triplet: 25, 38 and B4. RGB value is (37,56,180). Sum of RGB (Red+Green+Blue) = 37+56+180=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #2538B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2538B4 is #DAC74B. Grayscale: #3F3F3F. Windows color (decimal): -14337868 or 11810853. OLE color: 11810853.

HSL color Cylindrical-coordinate representation of color #2538B4: hue angle of 232.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2538B4 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3756180-
CMYK0.790.6900.29
HSL232.03º65.9%42.55%-
HSV(B)232.03º79.44%70.59%-
XYZ10.426.5243.89-
YUV64.46193.21108.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 180 (70.70% from 255) = 65.93%
R=13.55%
G=20.51%
B=65.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37561800.790.6900.29232.0365.942.55
Hex2538B44F4501De8422b
Octal457026411710503535010253
Binary1001011110001011010010011111000101011101111010001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2538B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,56,180); }

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

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

 a { background-color: rgb(37,56,180); }

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

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

 span { border-color: rgb(37,56,180); }

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