Html Css Color HEX #371DBB Persian Blue

📋 copy color: '#371DBB'

red 55 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #371DBB

Tints of Persian Blue #371DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

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

R = 20.3%
G = 10.7%
B = 69%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#371DBB (or 0x371DBB) is known color: Persian Blue. HEX triplet: 37, 1D and BB. RGB value is (55,29,187). Sum of RGB (Red+Green+Blue) = 55+29+187=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #371DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DBB is #C8E244. Grayscale: #363636. Windows color (decimal): -13165125 or 12262711. OLE color: 12262711.

HSL color Cylindrical-coordinate representation of color #371DBB: hue angle of 249.87º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371DBB is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 29 187 -
CMYK 0.71 0.84 0 0.27
HSL 249.87º 0.73% 0.42% -
HSV(B) 249.87º 0.84% 0.73% -
XYZ 10.98 5.28 47.45 -
YUV 54.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 55 29 187 0.71 0.84 0 0.27 249.87 0.73 0.42
Hex 37 1D BB 47 54 0 1B FA 49 2A
Octal 67 35 273 107 124 0 33 372 111 52
Binary 110111 11101 10111011 1000111 1010100 0 11011 11111010 1001001 101010

Color Harmonies of #371DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DBB

Black with #371DBB

Text Example


Text Example

White with #371DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371DBB; }

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

 H1.HeaderClassName
 {
   color: #371DBB;
 }
 .AnyTagClassName
 {
   color: #371DBB;
 }
</style>

background-color css

<style>
 a { background-color: #371DBB; }

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

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

border-color css

<style>
 span { border-color: #371DBB; }

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

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