Html Css Color HEX #372FC5 Persian Blue

📋 copy color: '#372FC5'

red 55 ◦ green 47 ◦ blue 197

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

Shades of Persian Blue #372FC5

Tints of Persian Blue #372FC5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

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

R = 18.39%
G = 15.72%
B = 65.89%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#372FC5 (or 0x372FC5) is known color: Persian Blue. HEX triplet: 37, 2F and C5. RGB value is (55,47,197). Sum of RGB (Red+Green+Blue) = 55+47+197=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 197 (77.34% from 255 or 65.89% from 299); Max value from RGB is 197 - color contains mainly: blue. Hex color #372FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FC5 is #C8D03A. Grayscale: #414141. Windows color (decimal): -13160507 or 12922679. OLE color: 12922679.

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

Color convert

RGB 55 47 197 -
CMYK 0.72 0.76 0 0.23
HSL 243.2º 0.61% 0.48% -
HSV(B) 243.2º 0.76% 0.77% -
XYZ 12.67 6.88 53.48 -
YUV 66.49 201.65 119.8 -
System Red Green Blue C M Y K H S L
Decimal 55 47 197 0.72 0.76 0 0.23 243.2 0.61 0.48
Hex 37 2F C5 48 4C 0 17 F3 3D 30
Octal 67 57 305 110 114 0 27 363 75 60
Binary 110111 101111 11000101 1001000 1001100 0 10111 11110011 111101 110000

Color Harmonies of #372FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FC5

Black with #372FC5

Text Example


Text Example

White with #372FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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