Html Css Color HEX #373EB3 Persian Blue

📋 copy color: '#373EB3'

red 55 ◦ green 62 ◦ blue 179

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

Shades of Persian Blue #373EB3

Tints of Persian Blue #373EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.47%

R = 18.58%
G = 20.95%
B = 60.47%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#373EB3 (or 0x373EB3) is known color: Persian Blue. HEX triplet: 37, 3E and B3. RGB value is (55,62,179). Sum of RGB (Red+Green+Blue) = 55+62+179=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #373EB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373EB3 is #C8C14C. Grayscale: #484848. Windows color (decimal): -13156685 or 11746871. OLE color: 11746871.

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

Color convert

RGB 55 62 179 -
CMYK 0.69 0.65 0 0.30
HSL 236.61º 0.53% 0.46% -
HSV(B) 236.61º 0.69% 0.7% -
XYZ 11.43 7.51 43.5 -
YUV 73.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 55 62 179 0.69 0.65 0 0.30 236.61 0.53 0.46
Hex 37 3E B3 45 41 0 1E ED 35 2E
Octal 67 76 263 105 101 0 36 355 65 56
Binary 110111 111110 10110011 1000101 1000001 0 11110 11101101 110101 101110

Color Harmonies of #373EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373EB3

Black with #373EB3

Text Example


Text Example

White with #373EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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