#2639C0

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

Shades of Persian Blue #2639C0

Tints of Persian Blue #2639C0

Color information

#2639C0 (or 0x2639C0) is unknown color: approx Persian Blue. HEX triplet: 26, 39 and C0. RGB value is (38,57,192). Sum of RGB (Red+Green+Blue) = 38+57+192=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #2639C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639C0 is #D9C63F. Grayscale: #424242. Windows color (decimal): -14272064 or 12597542. OLE color: 12597542.

HSL color Cylindrical-coordinate representation of color #2639C0: hue angle of 232.6º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2639C0 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3857192-
CMYK0.800.7000.25
HSL232.6º66.96%45.1%-
HSV(B)232.6º80.21%75.29%-
XYZ11.787.1450.63-
YUV66.71198.71107.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 192 (75.39% from 255) = 66.90%
R=13.24%
G=19.86%
B=66.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38571920.800.7000.25232.666.9645.1
Hex2639C05046019e9432d
Octal467130012010603135110355
Binary1001101110011100000010100001000110011001111010011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2639C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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