#2634D7

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

Shades of Persian Blue #2634D7

Tints of Persian Blue #2634D7

Color information

#2634D7 (or 0x2634D7) is unknown color: approx Persian Blue. HEX triplet: 26, 34 and D7. RGB value is (38,52,215). Sum of RGB (Red+Green+Blue) = 38+52+215=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 215 (84.38% from 255 or 70.49% from 305); Max value from RGB is 215 - color contains mainly: blue. Hex color #2634D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2634D7 is #D9CB28. Grayscale: #414141. Windows color (decimal): -14273321 or 14103590. OLE color: 14103590.

HSL color Cylindrical-coordinate representation of color #2634D7: hue angle of 235.25º 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 #2634D7 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3852215-
CMYK0.820.7600.16
HSL235.25º69.96%49.61%-
HSV(B)235.25º82.33%84.31%-
XYZ14.297.7765.04-
YUV66.4211.86107.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 215 (84.38% from 255) = 70.49%
R=12.46%
G=17.05%
B=70.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38522150.820.7600.16235.2569.9649.61
Hex2634D7524C010eb4632
Octal466432712211402035310662
Binary1001101101001101011110100101001100010000111010111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2634D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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