#2626E8

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

Shades of Persian Blue #2626E8

Tints of Persian Blue #2626E8

Color information

#2626E8 (or 0x2626E8) is unknown color: approx Persian Blue. HEX triplet: 26, 26 and E8. RGB value is (38,38,232). Sum of RGB (Red+Green+Blue) = 38+38+232=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 232 (91.02% from 255 or 75.32% from 308); Max value from RGB is 232 - color contains mainly: blue. Hex color #2626E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2626E8 is #D9D917. Grayscale: #3B3B3B. Windows color (decimal): -14276888 or 15214118. OLE color: 15214118.

HSL color Cylindrical-coordinate representation of color #2626E8: hue angle of 240º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2626E8 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3838232-
CMYK0.840.8400.09
HSL240º80.83%52.94%-
HSV(B)240º83.62%90.98%-
XYZ16.067.6276.97-
YUV60.12225112.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 232 (91.02% from 255) = 75.32%
R=12.34%
G=12.34%
B=75.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal38382320.840.8400.0924080.8352.94
Hex2626E8545409f05135
Octal464635012412401136012165
Binary100110100110111010001010100101010001001111100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2626E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2626E8; }

 p { color: rgb(38,38,232); }

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

<style>
 a { background-color: #2626E8; }

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

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

<style>
 span { border-color: #2626E8; }

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

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