#2635DF

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

Shades of Persian Blue #2635DF

Tints of Persian Blue #2635DF

Color information

#2635DF (or 0x2635DF) is unknown color: approx Persian Blue. HEX triplet: 26, 35 and DF. RGB value is (38,53,223). Sum of RGB (Red+Green+Blue) = 38+53+223=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #2635DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2635DF is #D9CA20. Grayscale: #434343. Windows color (decimal): -14273057 or 14628134. OLE color: 14628134.

HSL color Cylindrical-coordinate representation of color #2635DF: hue angle of 235.14º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2635DF is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3853223-
CMYK0.830.7600.13
HSL235.14º74.3%51.18%-
HSV(B)235.14º82.96%87.45%-
XYZ15.398.2970.6-
YUV67.9215.53106.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.10%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 223 (87.5% from 255) = 71.02%
R=12.10%
G=16.88%
B=71.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38532230.830.7600.13235.1474.351.18
Hex2635DF534C0Deb4a33
Octal466533712311401535311263
Binary100110110101110111111010011100110001101111010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2635DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2635DF; }

 p { color: rgb(38,53,223); }

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

<style>
 a { background-color: #2635DF; }

 a { background-color: rgb(38,53,223); }

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

<style>
 span { border-color: #2635DF; }

 span { border-color: rgb(38,53,223); }

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