#2636DF

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

Shades of Persian Blue #2636DF

Tints of Persian Blue #2636DF

Color information

#2636DF (or 0x2636DF) is unknown color: approx Persian Blue. HEX triplet: 26, 36 and DF. RGB value is (38,54,223). Sum of RGB (Red+Green+Blue) = 38+54+223=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #2636DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2636DF is #D9C920. Grayscale: #434343. Windows color (decimal): -14272801 or 14628390. OLE color: 14628390.

HSL color Cylindrical-coordinate representation of color #2636DF: hue angle of 234.81º 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 #2636DF is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3854223-
CMYK0.830.7600.13
HSL234.81º74.3%51.18%-
HSV(B)234.81º82.96%87.45%-
XYZ15.448.3870.62-
YUV68.48215.2106.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 223 (87.5% from 255) = 70.79%
R=12.06%
G=17.14%
B=70.79%

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
Decimal38542230.830.7600.13234.8174.351.18
Hex2636DF534C0Deb4a33
Octal466633712311401535311263
Binary100110110110110111111010011100110001101111010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2636DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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