#2636D7

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

Shades of Persian Blue #2636D7

Tints of Persian Blue #2636D7

Color information

#2636D7 (or 0x2636D7) is unknown color: approx Persian Blue. HEX triplet: 26, 36 and D7. RGB value is (38,54,215). Sum of RGB (Red+Green+Blue) = 38+54+215=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 215 (84.38% from 255 or 70.03% from 307); Max value from RGB is 215 - color contains mainly: blue. Hex color #2636D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2636D7 is #D9C928. Grayscale: #424242. Windows color (decimal): -14272809 or 14104102. OLE color: 14104102.

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

Color convert

RGB3854215-
CMYK0.820.7500.16
HSL234.58º69.96%49.61%-
HSV(B)234.58º82.33%84.31%-
XYZ14.387.9665.07-
YUV67.57211.2106.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 215 (84.38% from 255) = 70.03%
R=12.38%
G=17.59%
B=70.03%

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
Decimal38542150.820.7500.16234.5869.9649.61
Hex2636D7524B010eb4632
Octal466632712211302035310662
Binary1001101101101101011110100101001011010000111010111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2636D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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