Html Css Color HEX #372BBA Persian Blue

📋 copy color: '#372BBA'

red 55 ◦ green 43 ◦ blue 186

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

Shades of Persian Blue #372BBA

Tints of Persian Blue #372BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 19.37%
G = 15.14%
B = 65.49%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#372BBA (or 0x372BBA) is known color: Persian Blue. HEX triplet: 37, 2B and BA. RGB value is (55,43,186). Sum of RGB (Red+Green+Blue) = 55+43+186=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #372BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BBA is #C8D445. Grayscale: #3E3E3E. Windows color (decimal): -13161542 or 12200759. OLE color: 12200759.

HSL color Cylindrical-coordinate representation of color #372BBA: hue angle of 245.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372BBA is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 43 186 -
CMYK 0.70 0.77 0 0.27
HSL 245.04º 0.62% 0.45% -
HSV(B) 245.04º 0.77% 0.73% -
XYZ 11.3 6.09 47.03 -
YUV 62.89 197.48 122.37 -
System Red Green Blue C M Y K H S L
Decimal 55 43 186 0.70 0.77 0 0.27 245.04 0.62 0.45
Hex 37 2B BA 46 4D 0 1B F5 3E 2D
Octal 67 53 272 106 115 0 33 365 76 55
Binary 110111 101011 10111010 1000110 1001101 0 11011 11110101 111110 101101

Color Harmonies of #372BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BBA

Black with #372BBA

Text Example


Text Example

White with #372BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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