Html Css Color HEX #373EAC Persian Blue

📋 copy color: '#373EAC'

red 55 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #373EAC

Tints of Persian Blue #373EAC

RGB

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

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

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

R = 19.03%
G = 21.45%
B = 59.52%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#373EAC (or 0x373EAC) is known color: Persian Blue. HEX triplet: 37, 3E and AC. RGB value is (55,62,172). Sum of RGB (Red+Green+Blue) = 55+62+172=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #373EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373EAC is #C8C153. Grayscale: #484848. Windows color (decimal): -13156692 or 11288119. OLE color: 11288119.

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

Color convert

RGB 55 62 172 -
CMYK 0.68 0.64 0 0.33
HSL 236.41º 0.52% 0.45% -
HSV(B) 236.41º 0.68% 0.67% -
XYZ 10.74 7.24 39.86 -
YUV 72.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 55 62 172 0.68 0.64 0 0.33 236.41 0.52 0.45
Hex 37 3E AC 44 40 0 21 EC 34 2D
Octal 67 76 254 104 100 0 41 354 64 55
Binary 110111 111110 10101100 1000100 1000000 0 100001 11101100 110100 101101

Color Harmonies of #373EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373EAC

Black with #373EAC

Text Example


Text Example

White with #373EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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