Html Css Color HEX #371DB2 Persian Blue

📋 copy color: '#371DB2'

red 55 ◦ green 29 ◦ blue 178

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

Shades of Persian Blue #371DB2

Tints of Persian Blue #371DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 67.94%

R = 20.99%
G = 11.07%
B = 67.94%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#371DB2 (or 0x371DB2) is known color: Persian Blue. HEX triplet: 37, 1D and B2. RGB value is (55,29,178). Sum of RGB (Red+Green+Blue) = 55+29+178=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 178 (69.92% from 255 or 67.94% from 262); Max value from RGB is 178 - color contains mainly: blue. Hex color #371DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DB2 is #C8E24D. Grayscale: #353535. Windows color (decimal): -13165134 or 11672887. OLE color: 11672887.

HSL color Cylindrical-coordinate representation of color #371DB2: hue angle of 250.47º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371DB2 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 29 178 -
CMYK 0.69 0.84 0 0.30
HSL 250.47º 0.72% 0.41% -
HSV(B) 250.47º 0.84% 0.7% -
XYZ 10.05 4.91 42.54 -
YUV 53.76 198.11 128.88 -
System Red Green Blue C M Y K H S L
Decimal 55 29 178 0.69 0.84 0 0.30 250.47 0.72 0.41
Hex 37 1D B2 45 54 0 1E FA 48 29
Octal 67 35 262 105 124 0 36 372 110 51
Binary 110111 11101 10110010 1000101 1010100 0 11110 11111010 1001000 101001

Color Harmonies of #371DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DB2

Black with #371DB2

Text Example


Text Example

White with #371DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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