#2635D7

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

Shades of Persian Blue #2635D7

Tints of Persian Blue #2635D7

Color information

#2635D7 (or 0x2635D7) is unknown color: approx Persian Blue. HEX triplet: 26, 35 and D7. RGB value is (38,53,215). Sum of RGB (Red+Green+Blue) = 38+53+215=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 215 (84.38% from 255 or 70.26% from 306); Max value from RGB is 215 - color contains mainly: blue. Hex color #2635D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2635D7 is #D9CA28. Grayscale: #424242. Windows color (decimal): -14273065 or 14103846. OLE color: 14103846.

HSL color Cylindrical-coordinate representation of color #2635D7: hue angle of 234.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2635D7 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3853215-
CMYK0.820.7500.16
HSL234.92º69.96%49.61%-
HSV(B)234.92º82.33%84.31%-
XYZ14.347.8665.05-
YUV66.98211.53107.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 215 (84.38% from 255) = 70.26%
R=12.42%
G=17.32%
B=70.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38532150.820.7500.16234.9269.9649.61
Hex2635D7524B010eb4632
Octal466532712211302035310662
Binary1001101101011101011110100101001011010000111010111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2635D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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