#2426BD

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

Shades of Persian Blue #2426BD

Tints of Persian Blue #2426BD

Color information

#2426BD (or 0x2426BD) is unknown color: approx Persian Blue. HEX triplet: 24, 26 and BD. RGB value is (36,38,189). Sum of RGB (Red+Green+Blue) = 36+38+189=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #2426BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2426BD is #DBD942. Grayscale: #363636. Windows color (decimal): -14408003 or 12396068. OLE color: 12396068.

HSL color Cylindrical-coordinate representation of color #2426BD: hue angle of 239.22º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2426BD is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3638189-
CMYK0.810.8000.26
HSL239.22º68%44.12%-
HSV(B)239.22º80.95%74.12%-
XYZ10.615.4448.63-
YUV54.62203.84114.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.69%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 189 (74.22% from 255) = 71.86%
R=13.69%
G=14.45%
B=71.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36381890.810.8000.26239.226844.12
Hex2426BD515001Aef442c
Octal444627512112003235710454
Binary1001001001101011110110100011010000011010111011111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2426BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2426BD; }

 p { color: rgb(36,38,189); }

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

<style>
 a { background-color: #2426BD; }

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

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

<style>
 span { border-color: #2426BD; }

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

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