Html Css Color HEX #373CAC Persian Blue

📋 copy color: '#373CAC'

red 55 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #373CAC

Tints of Persian Blue #373CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 19.16%
G = 20.91%
B = 59.93%

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

#373CAC (or 0x373CAC) is known color: Persian Blue. HEX triplet: 37, 3C and AC. RGB value is (55,60,172). Sum of RGB (Red+Green+Blue) = 55+60+172=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #373CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CAC is #C8C353. Grayscale: #464646. Windows color (decimal): -13157204 or 11287607. OLE color: 11287607.

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

Color convert

RGB 55 60 172 -
CMYK 0.68 0.65 0 0.33
HSL 237.44º 0.52% 0.45% -
HSV(B) 237.44º 0.68% 0.67% -
XYZ 10.64 7.02 39.82 -
YUV 71.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 55 60 172 0.68 0.65 0 0.33 237.44 0.52 0.45
Hex 37 3C AC 44 41 0 21 ED 34 2D
Octal 67 74 254 104 101 0 41 355 64 55
Binary 110111 111100 10101100 1000100 1000001 0 100001 11101101 110100 101101

Color Harmonies of #373CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CAC

Black with #373CAC

Text Example


Text Example

White with #373CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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