#2621D8

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

Shades of Persian Blue #2621D8

Tints of Persian Blue #2621D8

Color information

#2621D8 (or 0x2621D8) is unknown color: approx Persian Blue. HEX triplet: 26, 21 and D8. RGB value is (38,33,216). Sum of RGB (Red+Green+Blue) = 38+33+216=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 216 (84.77% from 255 or 75.26% from 287); Max value from RGB is 216 - color contains mainly: blue. Hex color #2621D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2621D8 is #D9DE27. Grayscale: #363636. Windows color (decimal): -14278184 or 14164262. OLE color: 14164262.

HSL color Cylindrical-coordinate representation of color #2621D8: hue angle of 241.64º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2621D8 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3833216-
CMYK0.820.8500.15
HSL241.64º73.49%48.82%-
HSV(B)241.64º84.72%84.71%-
XYZ13.746.4665.49-
YUV55.36218.66115.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 216 (84.77% from 255) = 75.26%
R=13.24%
G=11.50%
B=75.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal38332160.820.8500.15241.6473.4948.82
Hex2621D852550Ff24931
Octal464133012212501736211161
Binary100110100001110110001010010101010101111111100101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2621D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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