Html Css Color HEX #372BC2 Persian Blue

📋 copy color: '#372BC2'

red 55 ◦ green 43 ◦ blue 194

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

Shades of Persian Blue #372BC2

Tints of Persian Blue #372BC2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

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

R = 18.84%
G = 14.73%
B = 66.44%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#372BC2 (or 0x372BC2) is known color: Persian Blue. HEX triplet: 37, 2B and C2. RGB value is (55,43,194). Sum of RGB (Red+Green+Blue) = 55+43+194=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 194 (76.17% from 255 or 66.44% from 292); Max value from RGB is 194 - color contains mainly: blue. Hex color #372BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BC2 is #C8D43D. Grayscale: #3F3F3F. Windows color (decimal): -13161534 or 12725047. OLE color: 12725047.

HSL color Cylindrical-coordinate representation of color #372BC2: hue angle of 244.77º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372BC2 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 43 194 -
CMYK 0.72 0.78 0 0.24
HSL 244.77º 0.64% 0.46% -
HSV(B) 244.77º 0.78% 0.76% -
XYZ 12.18 6.44 51.64 -
YUV 63.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 55 43 194 0.72 0.78 0 0.24 244.77 0.64 0.46
Hex 37 2B C2 48 4E 0 18 F5 40 2E
Octal 67 53 302 110 116 0 30 365 100 56
Binary 110111 101011 11000010 1001000 1001110 0 11000 11110101 1000000 101110

Color Harmonies of #372BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BC2

Black with #372BC2

Text Example


Text Example

White with #372BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372BC2; }

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

 H1.HeaderClassName
 {
   color: #372BC2;
 }
 .AnyTagClassName
 {
   color: #372BC2;
 }
</style>

background-color css

<style>
 a { background-color: #372BC2; }

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

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

border-color css

<style>
 span { border-color: #372BC2; }

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

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