Html Css Color HEX #373EB1 Persian Blue

📋 copy color: '#373EB1'

red 55 ◦ green 62 ◦ blue 177

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

Shades of Persian Blue #373EB1

Tints of Persian Blue #373EB1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 18.71%
G = 21.09%
B = 60.2%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#373EB1 (or 0x373EB1) is known color: Persian Blue. HEX triplet: 37, 3E and B1. RGB value is (55,62,177). Sum of RGB (Red+Green+Blue) = 55+62+177=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #373EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373EB1 is #C8C14E. Grayscale: #484848. Windows color (decimal): -13156687 or 11615799. OLE color: 11615799.

HSL color Cylindrical-coordinate representation of color #373EB1: hue angle of 236.56º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #373EB1 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 62 177 -
CMYK 0.69 0.65 0 0.31
HSL 236.56º 0.53% 0.45% -
HSV(B) 236.56º 0.69% 0.69% -
XYZ 11.23 7.43 42.44 -
YUV 73.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 55 62 177 0.69 0.65 0 0.31 236.56 0.53 0.45
Hex 37 3E B1 45 41 0 1F ED 35 2D
Octal 67 76 261 105 101 0 37 355 65 55
Binary 110111 111110 10110001 1000101 1000001 0 11111 11101101 110101 101101

Color Harmonies of #373EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373EB1

Black with #373EB1

Text Example


Text Example

White with #373EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373EB1; }

 p { color: rgb(55,62,177); }

 H1.HeaderClassName
 {
   color: #373EB1;
 }
 .AnyTagClassName
 {
   color: #373EB1;
 }
</style>

background-color css

<style>
 a { background-color: #373EB1; }

 a { background-color: rgb(55,62,177); }

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

border-color css

<style>
 span { border-color: #373EB1; }

 span { border-color: rgb(55,62,177); }

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