#2618BF

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

Shades of Persian Blue #2618BF

Tints of Persian Blue #2618BF

Color information

#2618BF (or 0x2618BF) is unknown color: approx Persian Blue. HEX triplet: 26, 18 and BF. RGB value is (38,24,191). Sum of RGB (Red+Green+Blue) = 38+24+191=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #2618BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2618BF is #D9E740. Grayscale: #2E2E2E. Windows color (decimal): -14280513 or 12523558. OLE color: 12523558.

HSL color Cylindrical-coordinate representation of color #2618BF: hue angle of 245.03º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2618BF is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3824191-
CMYK0.800.8700.25
HSL245.03º77.67%42.16%-
HSV(B)245.03º87.43%74.9%-
XYZ10.534.8349.67-
YUV47.22209.14121.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 191 (75% from 255) = 75.49%
R=15.02%
G=9.49%
B=75.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38241910.800.8700.25245.0377.6742.16
Hex2618BF5057019f54e2a
Octal463027712012703136511652
Binary100110110001011111110100001010111011001111101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2618BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2618BF; }

 p { color: rgb(38,24,191); }

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

<style>
 a { background-color: #2618BF; }

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

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

<style>
 span { border-color: #2618BF; }

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

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