#2631EB

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

Shades of Persian Blue #2631EB

Tints of Persian Blue #2631EB

Color information

#2631EB (or 0x2631EB) is unknown color: approx Persian Blue. HEX triplet: 26, 31 and EB. RGB value is (38,49,235). Sum of RGB (Red+Green+Blue) = 38+49+235=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #2631EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2631EB is #D9CE14. Grayscale: #424242. Windows color (decimal): -14274069 or 15413542. OLE color: 15413542.

HSL color Cylindrical-coordinate representation of color #2631EB: hue angle of 236.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2631EB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3849235-
CMYK0.840.7900.08
HSL236.65º83.12%53.53%-
HSV(B)236.65º83.83%92.16%-
XYZ16.898.6179.37-
YUV66.92222.86107.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.80%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 235 (92.19% from 255) = 72.98%
R=11.80%
G=15.22%
B=72.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal38492350.840.7900.08236.6583.1253.53
Hex2631EB544F08ed5336
Octal466135312411701035512366
Binary100110110001111010111010100100111101000111011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2631EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2631EB; }

 p { color: rgb(38,49,235); }

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

<style>
 a { background-color: #2631EB; }

 a { background-color: rgb(38,49,235); }

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

<style>
 span { border-color: #2631EB; }

 span { border-color: rgb(38,49,235); }

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