Html Css Color HEX #372BBB Persian Blue

📋 copy color: '#372BBB'

red 55 ◦ green 43 ◦ blue 187

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

Shades of Persian Blue #372BBB

Tints of Persian Blue #372BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 19.3%
G = 15.09%
B = 65.61%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#372BBB (or 0x372BBB) is known color: Persian Blue. HEX triplet: 37, 2B and BB. RGB value is (55,43,187). Sum of RGB (Red+Green+Blue) = 55+43+187=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #372BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BBB is #C8D444. Grayscale: #3E3E3E. Windows color (decimal): -13161541 or 12266295. OLE color: 12266295.

HSL color Cylindrical-coordinate representation of color #372BBB: hue angle of 245º degrees, saturation: 0.63, 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 #372BBB is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 43 187 -
CMYK 0.71 0.77 0 0.27
HSL 245º 0.63% 0.45% -
HSV(B) 245º 0.77% 0.73% -
XYZ 11.41 6.13 47.6 -
YUV 63 197.98 122.29 -
System Red Green Blue C M Y K H S L
Decimal 55 43 187 0.71 0.77 0 0.27 245 0.63 0.45
Hex 37 2B BB 47 4D 0 1B F5 3F 2D
Octal 67 53 273 107 115 0 33 365 77 55
Binary 110111 101011 10111011 1000111 1001101 0 11011 11110101 111111 101101

Color Harmonies of #372BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BBB

Black with #372BBB

Text Example


Text Example

White with #372BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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