#2534E6

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

Shades of Persian Blue #2534E6

Tints of Persian Blue #2534E6

Color information

#2534E6 (or 0x2534E6) is unknown color: approx Persian Blue. HEX triplet: 25, 34 and E6. RGB value is (37,52,230). Sum of RGB (Red+Green+Blue) = 37+52+230=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 230 (90.23% from 255 or 72.10% from 319); Max value from RGB is 230 - color contains mainly: blue. Hex color #2534E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2534E6 is #DACB19. Grayscale: #434343. Windows color (decimal): -14338842 or 15086629. OLE color: 15086629.

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

Color convert

RGB3752230-
CMYK0.840.7700.10
HSL235.34º79.42%52.35%-
HSV(B)235.34º83.91%90.2%-
XYZ16.278.5675.66-
YUV67.81219.53106.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.60%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 230 (90.23% from 255) = 72.10%
R=11.60%
G=16.30%
B=72.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal37522300.840.7700.10235.3479.4252.35
Hex2534E6544D0Aeb4f34
Octal456434612411501235311764
Binary100101110100111001101010100100110101010111010111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2534E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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