#3718BE

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

Shades of Persian Blue #3718BE

Tints of Persian Blue #3718BE

Color information

#3718BE (or 0x3718BE) is unknown color: approx Persian Blue. HEX triplet: 37, 18 and BE. RGB value is (55,24,190). Sum of RGB (Red+Green+Blue) = 55+24+190=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #3718BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3718BE is #C8E741. Grayscale: #333333. Windows color (decimal): -13166402 or 12458039. OLE color: 12458039.

HSL color Cylindrical-coordinate representation of color #3718BE: hue angle of 251.2º 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 #3718BE is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5524190-
CMYK0.710.8700.25
HSL251.2º77.57%41.96%-
HSV(B)251.2º87.37%74.51%-
XYZ11.25.1849.13-
YUV52.19205.77130-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 190 (74.61% from 255) = 70.63%
R=20.45%
G=8.92%
B=70.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55241900.710.8700.25251.277.5741.96
Hex3718BE4757019fb4e2a
Octal673027610712703137311652
Binary110111110001011111010001111010111011001111110111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3718BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,24,190); }

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

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

 a { background-color: rgb(55,24,190); }

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

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

 span { border-color: rgb(55,24,190); }

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