Html Css Color HEX #373AAC Persian Blue

📋 copy color: '#373AAC'

red 55 ◦ green 58 ◦ blue 172

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

Shades of Persian Blue #373AAC

Tints of Persian Blue #373AAC

RGB

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

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

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

R = 19.3%
G = 20.35%
B = 60.35%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#373AAC (or 0x373AAC) is known color: Persian Blue. HEX triplet: 37, 3A and AC. RGB value is (55,58,172). Sum of RGB (Red+Green+Blue) = 55+58+172=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #373AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AAC is #C8C553. Grayscale: #454545. Windows color (decimal): -13157716 or 11287095. OLE color: 11287095.

HSL color Cylindrical-coordinate representation of color #373AAC: hue angle of 238.46º 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 #373AAC is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 58 172 -
CMYK 0.68 0.66 0 0.33
HSL 238.46º 0.52% 0.45% -
HSV(B) 238.46º 0.68% 0.67% -
XYZ 10.54 6.82 39.79 -
YUV 70.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 55 58 172 0.68 0.66 0 0.33 238.46 0.52 0.45
Hex 37 3A AC 44 42 0 21 EE 34 2D
Octal 67 72 254 104 102 0 41 356 64 55
Binary 110111 111010 10101100 1000100 1000010 0 100001 11101110 110100 101101

Color Harmonies of #373AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AAC

Black with #373AAC

Text Example


Text Example

White with #373AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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