Html Css Color HEX #373AAD Persian Blue

📋 copy color: '#373AAD'

red 55 ◦ green 58 ◦ blue 173

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

Shades of Persian Blue #373AAD

Tints of Persian Blue #373AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 173 (67.97% from 255) = 60.49%

R = 19.23%
G = 20.28%
B = 60.49%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#373AAD (or 0x373AAD) is known color: Persian Blue. HEX triplet: 37, 3A and AD. RGB value is (55,58,173). Sum of RGB (Red+Green+Blue) = 55+58+173=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #373AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AAD is #C8C552. Grayscale: #454545. Windows color (decimal): -13157715 or 11352631. OLE color: 11352631.

HSL color Cylindrical-coordinate representation of color #373AAD: hue angle of 238.47º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373AAD is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 58 173 -
CMYK 0.68 0.66 0 0.32
HSL 238.47º 0.52% 0.45% -
HSV(B) 238.47º 0.68% 0.68% -
XYZ 10.63 6.86 40.3 -
YUV 70.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 55 58 173 0.68 0.66 0 0.32 238.47 0.52 0.45
Hex 37 3A AD 44 42 0 20 EE 34 2D
Octal 67 72 255 104 102 0 40 356 64 55
Binary 110111 111010 10101101 1000100 1000010 0 100000 11101110 110100 101101

Color Harmonies of #373AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AAD

Black with #373AAD

Text Example


Text Example

White with #373AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,58,173); }

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

background-color css

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

 a { background-color: rgb(55,58,173); }

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

border-color css

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

 span { border-color: rgb(55,58,173); }

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