Html Css Color HEX #372EC5 Persian Blue

📋 copy color: '#372EC5'

red 55 ◦ green 46 ◦ blue 197

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

Shades of Persian Blue #372EC5

Tints of Persian Blue #372EC5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

 BLUE value IS 197 (77.34% from 255) = 66.11%

R = 18.46%
G = 15.44%
B = 66.11%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#372EC5 (or 0x372EC5) is known color: Persian Blue. HEX triplet: 37, 2E and C5. RGB value is (55,46,197). Sum of RGB (Red+Green+Blue) = 55+46+197=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #372EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EC5 is #C8D13A. Grayscale: #414141. Windows color (decimal): -13160763 or 12922423. OLE color: 12922423.

HSL color Cylindrical-coordinate representation of color #372EC5: hue angle of 243.58º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372EC5 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 55 46 197 -
CMYK 0.72 0.77 0 0.23
HSL 243.58º 0.62% 0.48% -
HSV(B) 243.58º 0.77% 0.77% -
XYZ 12.63 6.8 53.47 -
YUV 65.91 201.98 120.22 -
System Red Green Blue C M Y K H S L
Decimal 55 46 197 0.72 0.77 0 0.23 243.58 0.62 0.48
Hex 37 2E C5 48 4D 0 17 F4 3E 30
Octal 67 56 305 110 115 0 27 364 76 60
Binary 110111 101110 11000101 1001000 1001101 0 10111 11110100 111110 110000

Color Harmonies of #372EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EC5

Black with #372EC5

Text Example


Text Example

White with #372EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,46,197); }

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

background-color css

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

 a { background-color: rgb(55,46,197); }

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

border-color css

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

 span { border-color: rgb(55,46,197); }

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