Html Css Color HEX #371DCB Persian Blue

📋 copy color: '#371DCB'

red 55 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #371DCB

Tints of Persian Blue #371DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.73%

R = 19.16%
G = 10.1%
B = 70.73%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#371DCB (or 0x371DCB) is known color: Persian Blue. HEX triplet: 37, 1D and CB. RGB value is (55,29,203). Sum of RGB (Red+Green+Blue) = 55+29+203=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #371DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DCB is #C8E234. Grayscale: #373737. Windows color (decimal): -13165109 or 13311287. OLE color: 13311287.

HSL color Cylindrical-coordinate representation of color #371DCB: hue angle of 248.97º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371DCB is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 29 203 -
CMYK 0.73 0.86 0 0.20
HSL 248.97º 0.75% 0.45% -
HSV(B) 248.97º 0.86% 0.8% -
XYZ 12.79 6 56.98 -
YUV 56.61 210.61 126.85 -
System Red Green Blue C M Y K H S L
Decimal 55 29 203 0.73 0.86 0 0.20 248.97 0.75 0.45
Hex 37 1D CB 49 56 0 14 F9 4B 2D
Octal 67 35 313 111 126 0 24 371 113 55
Binary 110111 11101 11001011 1001001 1010110 0 10100 11111001 1001011 101101

Color Harmonies of #371DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DCB

Black with #371DCB

Text Example


Text Example

White with #371DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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