Html Css Color HEX #371DCC Persian Blue

📋 copy color: '#371DCC'

red 55 ◦ green 29 ◦ blue 204

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

Shades of Persian Blue #371DCC

Tints of Persian Blue #371DCC

RGB

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

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

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

R = 19.1%
G = 10.07%
B = 70.83%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#371DCC (or 0x371DCC) is known color: Persian Blue. HEX triplet: 37, 1D and CC. RGB value is (55,29,204). Sum of RGB (Red+Green+Blue) = 55+29+204=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #371DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DCC is #C8E233. Grayscale: #383838. Windows color (decimal): -13165108 or 13376823. OLE color: 13376823.

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

Color convert

RGB 55 29 204 -
CMYK 0.73 0.86 0 0.2
HSL 248.91º 0.75% 0.46% -
HSV(B) 248.91º 0.86% 0.8% -
XYZ 12.91 6.05 57.61 -
YUV 56.72 211.11 126.77 -
System Red Green Blue C M Y K H S L
Decimal 55 29 204 0.73 0.86 0 0.2 248.91 0.75 0.46
Hex 37 1D CC 49 56 0 14 F9 4B 2E
Octal 67 35 314 111 126 0 24 371 113 56
Binary 110111 11101 11001100 1001001 1010110 0 10100 11111001 1001011 101110

Color Harmonies of #371DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DCC

Black with #371DCC

Text Example


Text Example

White with #371DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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