#371DCF

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

Shades of Persian Blue #371DCF

Tints of Persian Blue #371DCF

Color information

#371DCF (or 0x371DCF) is unknown color: approx Persian Blue. HEX triplet: 37, 1D and CF. RGB value is (55,29,207). Sum of RGB (Red+Green+Blue) = 55+29+207=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #371DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DCF is #C8E230. Grayscale: #383838. Windows color (decimal): -13165105 or 13573431. OLE color: 13573431.

HSL color Cylindrical-coordinate representation of color #371DCF: hue angle of 248.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371DCF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5529207-
CMYK0.730.8600.19
HSL248.76º75.42%46.27%-
HSV(B)248.76º85.99%81.18%-
XYZ13.286.259.53-
YUV57.07212.61126.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 207 (81.25% from 255) = 71.13%
R=18.90%
G=9.97%
B=71.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55292070.730.8600.19248.7675.4246.27
Hex371DCF4956013f94b2e
Octal673531711112602337111356
Binary110111111011100111110010011010110010011111110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371DCF; }

 p { color: rgb(55,29,207); }

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

<style>
 a { background-color: #371DCF; }

 a { background-color: rgb(55,29,207); }

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

<style>
 span { border-color: #371DCF; }

 span { border-color: rgb(55,29,207); }

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