#2638BE

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

Shades of Persian Blue #2638BE

Tints of Persian Blue #2638BE

Color information

#2638BE (or 0x2638BE) is unknown color: approx Persian Blue. HEX triplet: 26, 38 and BE. RGB value is (38,56,190). Sum of RGB (Red+Green+Blue) = 38+56+190=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #2638BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2638BE is #D9C741. Grayscale: #414141. Windows color (decimal): -14272322 or 12466214. OLE color: 12466214.

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

Color convert

RGB3856190-
CMYK0.80.7100.25
HSL232.89º66.67%44.71%-
HSV(B)232.89º80%74.51%-
XYZ11.516.9649.45-
YUV65.89198.04108.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 190 (74.61% from 255) = 66.90%
R=13.38%
G=19.72%
B=66.90%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38561900.80.7100.25232.8966.6744.71
Hex2638BE5047019e9432d
Octal467027612010703135110355
Binary1001101110001011111010100001000111011001111010011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2638BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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