Html Css Color HEX #373EBA Persian Blue

📋 copy color: '#373EBA'

red 55 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #373EBA

Tints of Persian Blue #373EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 18.15%
G = 20.46%
B = 61.39%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#373EBA (or 0x373EBA) is known color: Persian Blue. HEX triplet: 37, 3E and BA. RGB value is (55,62,186). Sum of RGB (Red+Green+Blue) = 55+62+186=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #373EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373EBA is #C8C145. Grayscale: #494949. Windows color (decimal): -13156678 or 12205623. OLE color: 12205623.

HSL color Cylindrical-coordinate representation of color #373EBA: hue angle of 236.79º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #373EBA is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 62 186 -
CMYK 0.70 0.67 0 0.27
HSL 236.79º 0.54% 0.47% -
HSV(B) 236.79º 0.7% 0.73% -
XYZ 12.16 7.8 47.32 -
YUV 74.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 55 62 186 0.70 0.67 0 0.27 236.79 0.54 0.47
Hex 37 3E BA 46 43 0 1B ED 36 2F
Octal 67 76 272 106 103 0 33 355 66 57
Binary 110111 111110 10111010 1000110 1000011 0 11011 11101101 110110 101111

Color Harmonies of #373EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373EBA

Black with #373EBA

Text Example


Text Example

White with #373EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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