#2624BD

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

Shades of Persian Blue #2624BD

Tints of Persian Blue #2624BD

Color information

#2624BD (or 0x2624BD) is unknown color: approx Persian Blue. HEX triplet: 26, 24 and BD. RGB value is (38,36,189). Sum of RGB (Red+Green+Blue) = 38+36+189=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 36 (14.45% from 255 or 13.69% 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 #2624BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2624BD is #D9DB42. Grayscale: #353535. Windows color (decimal): -14277443 or 12395558. OLE color: 12395558.

HSL color Cylindrical-coordinate representation of color #2624BD: hue angle of 240.78º 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 #2624BD is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3836189-
CMYK0.800.8100.26
HSL240.78º68%44.12%-
HSV(B)240.78º80.95%74.12%-
XYZ10.625.3548.62-
YUV54.04204.16116.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38361890.800.8100.26240.786844.12
Hex2624BD505101Af1442c
Octal464427512012103236110454
Binary1001101001001011110110100001010001011010111100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2624BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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