Html Css Color HEX #371CBE Persian Blue

📋 copy color: '#371CBE'

red 55 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #371CBE

Tints of Persian Blue #371CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 20.15%
G = 10.26%
B = 69.6%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#371CBE (or 0x371CBE) is known color: Persian Blue. HEX triplet: 37, 1C and BE. RGB value is (55,28,190). Sum of RGB (Red+Green+Blue) = 55+28+190=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #371CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CBE is #C8E341. Grayscale: #353535. Windows color (decimal): -13165378 or 12459063. OLE color: 12459063.

HSL color Cylindrical-coordinate representation of color #371CBE: hue angle of 250º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371CBE is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 28 190 -
CMYK 0.71 0.85 0 0.25
HSL 250º 0.74% 0.43% -
HSV(B) 250º 0.85% 0.75% -
XYZ 11.29 5.36 49.16 -
YUV 54.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 55 28 190 0.71 0.85 0 0.25 250 0.74 0.43
Hex 37 1C BE 47 55 0 19 FA 4A 2B
Octal 67 34 276 107 125 0 31 372 112 53
Binary 110111 11100 10111110 1000111 1010101 0 11001 11111010 1001010 101011

Color Harmonies of #371CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CBE

Black with #371CBE

Text Example


Text Example

White with #371CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,190); }

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

background-color css

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

 a { background-color: rgb(55,28,190); }

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

border-color css

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

 span { border-color: rgb(55,28,190); }

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