#2626AD

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

Shades of Persian Blue #2626AD

Tints of Persian Blue #2626AD

Color information

#2626AD (or 0x2626AD) is unknown color: approx Persian Blue. HEX triplet: 26, 26 and AD. RGB value is (38,38,173). Sum of RGB (Red+Green+Blue) = 38+38+173=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #2626AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2626AD is #D9D952. Grayscale: #343434. Windows color (decimal): -14276947 or 11347494. OLE color: 11347494.

HSL color Cylindrical-coordinate representation of color #2626AD: hue angle of 240º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2626AD is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3838173-
CMYK0.780.7800.32
HSL240º63.98%41.37%-
HSV(B)240º78.03%67.84%-
XYZ9.044.8239.99-
YUV53.39195.5117.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 173 (67.97% from 255) = 69.48%
R=15.26%
G=15.26%
B=69.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38381730.780.7800.3224063.9841.37
Hex2626AD4E4E020f04029
Octal464625511611604036010051
Binary10011010011010101101100111010011100100000111100001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2626AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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