Html Css Color HEX #372EBC Persian Blue

📋 copy color: '#372EBC'

red 55 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #372EBC

Tints of Persian Blue #372EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 19.03%
G = 15.92%
B = 65.05%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#372EBC (or 0x372EBC) is known color: Persian Blue. HEX triplet: 37, 2E and BC. RGB value is (55,46,188). Sum of RGB (Red+Green+Blue) = 55+46+188=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #372EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EBC is #C8D143. Grayscale: #404040. Windows color (decimal): -13160772 or 12332599. OLE color: 12332599.

HSL color Cylindrical-coordinate representation of color #372EBC: hue angle of 243.8º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372EBC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 46 188 -
CMYK 0.71 0.76 0 0.26
HSL 243.8º 0.61% 0.46% -
HSV(B) 243.8º 0.76% 0.74% -
XYZ 11.63 6.4 48.2 -
YUV 64.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 55 46 188 0.71 0.76 0 0.26 243.8 0.61 0.46
Hex 37 2E BC 47 4C 0 1A F4 3D 2E
Octal 67 56 274 107 114 0 32 364 75 56
Binary 110111 101110 10111100 1000111 1001100 0 11010 11110100 111101 101110

Color Harmonies of #372EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EBC

Black with #372EBC

Text Example


Text Example

White with #372EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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