#2639AC

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

Shades of Persian Blue #2639AC

Tints of Persian Blue #2639AC

Color information

#2639AC (or 0x2639AC) is unknown color: approx Persian Blue. HEX triplet: 26, 39 and AC. RGB value is (38,57,172). Sum of RGB (Red+Green+Blue) = 38+57+172=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #2639AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2639AC is #D9C653. Grayscale: #3F3F3F. Windows color (decimal): -14272084 or 11286822. OLE color: 11286822.

HSL color Cylindrical-coordinate representation of color #2639AC: hue angle of 231.49º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2639AC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3857172-
CMYK0.780.6700.33
HSL231.49º63.81%41.18%-
HSV(B)231.49º77.91%67.45%-
XYZ9.716.3239.74-
YUV64.43188.71109.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 172 (67.58% from 255) = 64.42%
R=14.23%
G=21.35%
B=64.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38571720.780.6700.33231.4963.8141.18
Hex2639AC4E43021e74029
Octal467125411610304134710051
Binary10011011100110101100100111010000110100001111001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2639AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2639AC; }

 p { color: rgb(38,57,172); }

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

<style>
 a { background-color: #2639AC; }

 a { background-color: rgb(38,57,172); }

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

<style>
 span { border-color: #2639AC; }

 span { border-color: rgb(38,57,172); }

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