#373AC1

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

Shades of Persian Blue #373AC1

Tints of Persian Blue #373AC1

Color information

#373AC1 (or 0x373AC1) is unknown color: approx Persian Blue. HEX triplet: 37, 3A and C1. RGB value is (55,58,193). Sum of RGB (Red+Green+Blue) = 55+58+193=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #373AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AC1 is #C8C53E. Grayscale: #474747. Windows color (decimal): -13157695 or 12663351. OLE color: 12663351.

HSL color Cylindrical-coordinate representation of color #373AC1: hue angle of 238.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373AC1 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5558193-
CMYK0.720.7000.24
HSL238.7º55.65%48.63%-
HSV(B)238.7º71.5%75.69%-
XYZ12.717.6951.27-
YUV72.49196.01115.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.97%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 193 (75.78% from 255) = 63.07%
R=17.97%
G=18.95%
B=63.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55581930.720.7000.24238.755.6548.63
Hex373AC14846018ef3831
Octal67723011101060303577061
Binary110111111010110000011001000100011001100011101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373AC1; }

 p { color: rgb(55,58,193); }

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

<style>
 a { background-color: #373AC1; }

 a { background-color: rgb(55,58,193); }

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

<style>
 span { border-color: #373AC1; }

 span { border-color: rgb(55,58,193); }

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