Html Css Color HEX #373AC2 Persian Blue

📋 copy color: '#373AC2'

red 55 ◦ green 58 ◦ blue 194

#373AC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #373AC2

Tints of Persian Blue #373AC2

RGB

 RED value IS 55 (21.88% from 255) = 17.92%

 GREEN value IS 58 (23.05% from 255) = 18.89%

 BLUE value IS 194 (76.17% from 255) = 63.19%

R = 17.92%
G = 18.89%
B = 63.19%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#373AC2 (or 0x373AC2) is known color: Persian Blue. HEX triplet: 37, 3A and C2. RGB value is (55,58,194). Sum of RGB (Red+Green+Blue) = 55+58+194=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #373AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AC2 is #C8C53D. Grayscale: #484848. Windows color (decimal): -13157694 or 12728887. OLE color: 12728887.

HSL color Cylindrical-coordinate representation of color #373AC2: hue angle of 238.71º 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 #373AC2 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 58 194 -
CMYK 0.72 0.70 0 0.24
HSL 238.71º 0.56% 0.49% -
HSV(B) 238.71º 0.72% 0.76% -
XYZ 12.83 7.73 51.86 -
YUV 72.61 196.51 115.44 -
System Red Green Blue C M Y K H S L
Decimal 55 58 194 0.72 0.70 0 0.24 238.71 0.56 0.49
Hex 37 3A C2 48 46 0 18 EF 38 31
Octal 67 72 302 110 106 0 30 357 70 61
Binary 110111 111010 11000010 1001000 1000110 0 11000 11101111 111000 110001

Color Harmonies of #373AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AC2

Black with #373AC2

Text Example


Text Example

White with #373AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #373AC2;
 }
 .AnyTagClassName
 {
   color: #373AC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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