Html Css Color HEX #372EBA Persian Blue

📋 copy color: '#372EBA'

red 55 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #372EBA

Tints of Persian Blue #372EBA

RGB

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

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

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

R = 19.16%
G = 16.03%
B = 64.81%

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

#372EBA (or 0x372EBA) is known color: Persian Blue. HEX triplet: 37, 2E and BA. RGB value is (55,46,186). Sum of RGB (Red+Green+Blue) = 55+46+186=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #372EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EBA is #C8D145. Grayscale: #404040. Windows color (decimal): -13160774 or 12201527. OLE color: 12201527.

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

Color convert

RGB 55 46 186 -
CMYK 0.70 0.75 0 0.27
HSL 243.86º 0.6% 0.45% -
HSV(B) 243.86º 0.75% 0.73% -
XYZ 11.42 6.31 47.07 -
YUV 64.65 196.48 121.12 -
System Red Green Blue C M Y K H S L
Decimal 55 46 186 0.70 0.75 0 0.27 243.86 0.6 0.45
Hex 37 2E BA 46 4B 0 1B F4 3C 2D
Octal 67 56 272 106 113 0 33 364 74 55
Binary 110111 101110 10111010 1000110 1001011 0 11011 11110100 111100 101101

Color Harmonies of #372EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EBA

Black with #372EBA

Text Example


Text Example

White with #372EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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