#2627d2

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

Shades of Persian Blue #2627D2

Tints of Persian Blue #2627D2

Color information

#2627D2 (or 0x2627D2) is unknown color: approx Persian Blue. HEX triplet: 26, 27 and D2. RGB value is (38,39,210). Sum of RGB (Red+Green+Blue) = 38+39+210=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #2627D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2627D2 is #D9D82D. Grayscale: #393939. Windows color (decimal): -14276654 or 13772582. OLE color: 13772582.

HSL color Cylindrical-coordinate representation of color #2627D2: hue angle of 239.65º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2627D2 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3839210-
CMYK0.820.8100.18
HSL239.65º69.35%48.63%-
HSV(B)239.65º81.9%82.35%-
XYZ13.166.5261.54-
YUV58.19213.67113.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 39 (15.62% from 255) = 13.59%
BLUE value IS 210 (82.42% from 255) = 73.17%
R=13.24%
G=13.59%
B=73.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal38392100.820.8100.18239.6569.3548.63
Hex2627D25251012f04531
Octal464732212212102236010561
Binary1001101001111101001010100101010001010010111100001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2627d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2627d2; }

 p { color: rgb(38,39,210); }

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

<style>
 a { background-color: #2627d2; }

 a { background-color: rgb(38,39,210); }

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

<style>
 span { border-color: #2627d2; }

 span { border-color: rgb(38,39,210); }

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