#2621E1

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

Shades of Persian Blue #2621E1

Tints of Persian Blue #2621E1

Color information

#2621E1 (or 0x2621E1) is unknown color: approx Persian Blue. HEX triplet: 26, 21 and E1. RGB value is (38,33,225). Sum of RGB (Red+Green+Blue) = 38+33+225=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 225 (88.28% from 255 or 76.01% from 296); Max value from RGB is 225 - color contains mainly: blue. Hex color #2621E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2621E1 is #D9DE1E. Grayscale: #373737. Windows color (decimal): -14278175 or 14754086. OLE color: 14754086.

HSL color Cylindrical-coordinate representation of color #2621E1: hue angle of 241.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2621E1 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3833225-
CMYK0.830.8500.12
HSL241.56º76.19%50.59%-
HSV(B)241.56º85.33%88.24%-
XYZ14.936.9471.79-
YUV56.38223.16114.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 225 (88.28% from 255) = 76.01%
R=12.84%
G=11.15%
B=76.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal38332250.830.8500.12241.5676.1950.59
Hex2621E153550Cf24c33
Octal464134112312501436211463
Binary100110100001111000011010011101010101100111100101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2621E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2621E1; }

 p { color: rgb(38,33,225); }

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

<style>
 a { background-color: #2621E1; }

 a { background-color: rgb(38,33,225); }

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

<style>
 span { border-color: #2621E1; }

 span { border-color: rgb(38,33,225); }

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