#2624BE

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

Shades of Persian Blue #2624BE

Tints of Persian Blue #2624BE

Color information

#2624BE (or 0x2624BE) is unknown color: approx Persian Blue. HEX triplet: 26, 24 and BE. RGB value is (38,36,190). Sum of RGB (Red+Green+Blue) = 38+36+190=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #2624BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2624BE is #D9DB41. Grayscale: #353535. Windows color (decimal): -14277442 or 12461094. OLE color: 12461094.

HSL color Cylindrical-coordinate representation of color #2624BE: hue angle of 240.78º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2624BE is Cyan = 0.8, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3836190-
CMYK0.80.8100.25
HSL240.78º68.14%44.31%-
HSV(B)240.78º81.05%74.51%-
XYZ10.725.3949.19-
YUV54.15204.66116.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 190 (74.61% from 255) = 71.97%
R=14.39%
G=13.64%
B=71.97%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38361900.80.8100.25240.7868.1444.31
Hex2624BE5051019f1442c
Octal464427612012103136110454
Binary1001101001001011111010100001010001011001111100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2624BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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