Html Css Color HEX #372FBA Persian Blue

📋 copy color: '#372FBA'

red 55 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #372FBA

Tints of Persian Blue #372FBA

RGB

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

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

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

R = 19.1%
G = 16.32%
B = 64.58%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#372FBA (or 0x372FBA) is known color: Persian Blue. HEX triplet: 37, 2F and BA. RGB value is (55,47,186). Sum of RGB (Red+Green+Blue) = 55+47+186=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #372FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FBA is #C8D045. Grayscale: #404040. Windows color (decimal): -13160518 or 12201783. OLE color: 12201783.

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

Color convert

RGB 55 47 186 -
CMYK 0.70 0.75 0 0.27
HSL 243.45º 0.6% 0.46% -
HSV(B) 243.45º 0.75% 0.73% -
XYZ 11.45 6.39 47.08 -
YUV 65.24 196.15 120.7 -
System Red Green Blue C M Y K H S L
Decimal 55 47 186 0.70 0.75 0 0.27 243.45 0.6 0.46
Hex 37 2F BA 46 4B 0 1B F3 3C 2E
Octal 67 57 272 106 113 0 33 363 74 56
Binary 110111 101111 10111010 1000110 1001011 0 11011 11110011 111100 101110

Color Harmonies of #372FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FBA

Black with #372FBA

Text Example


Text Example

White with #372FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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