#2639BE

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

Shades of Persian Blue #2639BE

Tints of Persian Blue #2639BE

Color information

#2639BE (or 0x2639BE) is unknown color: approx Persian Blue. HEX triplet: 26, 39 and BE. RGB value is (38,57,190). Sum of RGB (Red+Green+Blue) = 38+57+190=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #2639BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639BE is #D9C641. Grayscale: #414141. Windows color (decimal): -14272066 or 12466470. OLE color: 12466470.

HSL color Cylindrical-coordinate representation of color #2639BE: hue angle of 232.5º 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 #2639BE is Cyan = 0.8, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3857190-
CMYK0.80.700.25
HSL232.5º66.67%44.71%-
HSV(B)232.5º80%74.51%-
XYZ11.567.0649.47-
YUV66.48197.71107.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 66.67%
R=13.33%
G=20%
B=66.67%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38571900.80.700.25232.566.6744.71
Hex2639BE5046019e8432d
Octal467127612010603135010355
Binary1001101110011011111010100001000110011001111010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2639BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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