#2535DC

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

Shades of Persian Blue #2535DC

Tints of Persian Blue #2535DC

Color information

#2535DC (or 0x2535DC) is unknown color: approx Persian Blue. HEX triplet: 25, 35 and DC. RGB value is (37,53,220). Sum of RGB (Red+Green+Blue) = 37+53+220=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #2535DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2535DC is #DACA23. Grayscale: #424242. Windows color (decimal): -14338596 or 14431525. OLE color: 14431525.

HSL color Cylindrical-coordinate representation of color #2535DC: hue angle of 234.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2535DC is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3753220-
CMYK0.830.7600.14
HSL234.75º72.33%50.39%-
HSV(B)234.75º83.18%86.27%-
XYZ14.958.1168.49-
YUV67.25214.2106.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 220 (86.33% from 255) = 70.97%
R=11.94%
G=17.10%
B=70.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37532200.830.7600.14234.7572.3350.39
Hex2535DC534C0Eeb4832
Octal456533412311401635311062
Binary100101110101110111001010011100110001110111010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2535DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2535DC; }

 p { color: rgb(37,53,220); }

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

<style>
 a { background-color: #2535DC; }

 a { background-color: rgb(37,53,220); }

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

<style>
 span { border-color: #2535DC; }

 span { border-color: rgb(37,53,220); }

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