Html Css Color HEX #373DAC Persian Blue

📋 copy color: '#373DAC'

red 55 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #373DAC

Tints of Persian Blue #373DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.18%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 19.1%
G = 21.18%
B = 59.72%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#373DAC (or 0x373DAC) is known color: Persian Blue. HEX triplet: 37, 3D and AC. RGB value is (55,61,172). Sum of RGB (Red+Green+Blue) = 55+61+172=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #373DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DAC is #C8C253. Grayscale: #474747. Windows color (decimal): -13156948 or 11287863. OLE color: 11287863.

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

Color convert

RGB 55 61 172 -
CMYK 0.68 0.65 0 0.33
HSL 236.92º 0.52% 0.45% -
HSV(B) 236.92º 0.68% 0.67% -
XYZ 10.69 7.13 39.84 -
YUV 71.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 55 61 172 0.68 0.65 0 0.33 236.92 0.52 0.45
Hex 37 3D AC 44 41 0 21 ED 34 2D
Octal 67 75 254 104 101 0 41 355 64 55
Binary 110111 111101 10101100 1000100 1000001 0 100001 11101101 110100 101101

Color Harmonies of #373DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DAC

Black with #373DAC

Text Example


Text Example

White with #373DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,61,172); }

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

background-color css

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

 a { background-color: rgb(55,61,172); }

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

border-color css

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

 span { border-color: rgb(55,61,172); }

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