#2534E2

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

Shades of Persian Blue #2534E2

Tints of Persian Blue #2534E2

Color information

#2534E2 (or 0x2534E2) is unknown color: approx Persian Blue. HEX triplet: 25, 34 and E2. RGB value is (37,52,226). Sum of RGB (Red+Green+Blue) = 37+52+226=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 226 (88.67% from 255 or 71.75% from 315); Max value from RGB is 226 - color contains mainly: blue. Hex color #2534E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2534E2 is #DACB1D. Grayscale: #424242. Windows color (decimal): -14338846 or 14824485. OLE color: 14824485.

HSL color Cylindrical-coordinate representation of color #2534E2: hue angle of 235.24º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2534E2 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3752226-
CMYK0.840.7700.11
HSL235.24º76.52%51.57%-
HSV(B)235.24º83.63%88.63%-
XYZ15.728.3472.73-
YUV67.35217.53106.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 226 (88.67% from 255) = 71.75%
R=11.75%
G=16.51%
B=71.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal37522260.840.7700.11235.2476.5251.57
Hex2534E2544D0Beb4d34
Octal456434212411501335311564
Binary100101110100111000101010100100110101011111010111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2534E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2534E2; }

 p { color: rgb(37,52,226); }

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

<style>
 a { background-color: #2534E2; }

 a { background-color: rgb(37,52,226); }

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

<style>
 span { border-color: #2534E2; }

 span { border-color: rgb(37,52,226); }

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