Html Css Color HEX #371BCC Persian Blue

📋 copy color: '#371BCC'

red 55 ◦ green 27 ◦ blue 204

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

Shades of Persian Blue #371BCC

Tints of Persian Blue #371BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

 BLUE value IS 204 (80.08% from 255) = 71.33%

R = 19.23%
G = 9.44%
B = 71.33%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#371BCC (or 0x371BCC) is known color: Persian Blue. HEX triplet: 37, 1B and CC. RGB value is (55,27,204). Sum of RGB (Red+Green+Blue) = 55+27+204=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #371BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BCC is #C8E433. Grayscale: #363636. Windows color (decimal): -13165620 or 13376311. OLE color: 13376311.

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

Color convert

RGB 55 27 204 -
CMYK 0.73 0.87 0 0.2
HSL 249.49º 0.77% 0.45% -
HSV(B) 249.49º 0.87% 0.8% -
XYZ 12.87 5.96 57.6 -
YUV 55.55 211.78 127.61 -
System Red Green Blue C M Y K H S L
Decimal 55 27 204 0.73 0.87 0 0.2 249.49 0.77 0.45
Hex 37 1B CC 49 57 0 14 F9 4D 2D
Octal 67 33 314 111 127 0 24 371 115 55
Binary 110111 11011 11001100 1001001 1010111 0 10100 11111001 1001101 101101

Color Harmonies of #371BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BCC

Black with #371BCC

Text Example


Text Example

White with #371BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,204); }

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

background-color css

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

 a { background-color: rgb(55,27,204); }

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

border-color css

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

 span { border-color: rgb(55,27,204); }

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