Html Css Color HEX #372BBF Persian Blue

📋 copy color: '#372BBF'

red 55 ◦ green 43 ◦ blue 191

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

Shades of Persian Blue #372BBF

Tints of Persian Blue #372BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.09%

R = 19.03%
G = 14.88%
B = 66.09%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#372BBF (or 0x372BBF) is known color: Persian Blue. HEX triplet: 37, 2B and BF. RGB value is (55,43,191). Sum of RGB (Red+Green+Blue) = 55+43+191=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #372BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BBF is #C8D440. Grayscale: #3E3E3E. Windows color (decimal): -13161537 or 12528439. OLE color: 12528439.

HSL color Cylindrical-coordinate representation of color #372BBF: hue angle of 244.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372BBF is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 43 191 -
CMYK 0.71 0.77 0 0.25
HSL 244.86º 0.63% 0.46% -
HSV(B) 244.86º 0.77% 0.75% -
XYZ 11.84 6.3 49.88 -
YUV 63.46 199.98 121.97 -
System Red Green Blue C M Y K H S L
Decimal 55 43 191 0.71 0.77 0 0.25 244.86 0.63 0.46
Hex 37 2B BF 47 4D 0 19 F5 3F 2E
Octal 67 53 277 107 115 0 31 365 77 56
Binary 110111 101011 10111111 1000111 1001101 0 11001 11110101 111111 101110

Color Harmonies of #372BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BBF

Black with #372BBF

Text Example


Text Example

White with #372BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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