#373AC4

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

Shades of Persian Blue #373AC4

Tints of Persian Blue #373AC4

Color information

#373AC4 (or 0x373AC4) is unknown color: approx Persian Blue. HEX triplet: 37, 3A and C4. RGB value is (55,58,196). Sum of RGB (Red+Green+Blue) = 55+58+196=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 196 (76.95% from 255 or 63.43% from 309); Max value from RGB is 196 - color contains mainly: blue. Hex color #373AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AC4 is #C8C53B. Grayscale: #484848. Windows color (decimal): -13157692 or 12859959. OLE color: 12859959.

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

Color convert

RGB5558196-
CMYK0.720.7000.23
HSL238.72º56.18%49.22%-
HSV(B)238.72º71.94%76.86%-
XYZ13.057.8253.05-
YUV72.84197.51115.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 58 (23.05% from 255) = 18.77%
BLUE value IS 196 (76.95% from 255) = 63.43%
R=17.80%
G=18.77%
B=63.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal55581960.720.7000.23238.7256.1849.22
Hex373AC44846017ef3831
Octal67723041101060273577061
Binary110111111010110001001001000100011001011111101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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