Html Css Color HEX #373AAE Persian Blue

📋 copy color: '#373AAE'

red 55 ◦ green 58 ◦ blue 174

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

Shades of Persian Blue #373AAE

Tints of Persian Blue #373AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.63%

R = 19.16%
G = 20.21%
B = 60.63%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#373AAE (or 0x373AAE) is known color: Persian Blue. HEX triplet: 37, 3A and AE. RGB value is (55,58,174). Sum of RGB (Red+Green+Blue) = 55+58+174=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #373AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AAE is #C8C551. Grayscale: #454545. Windows color (decimal): -13157714 or 11418167. OLE color: 11418167.

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

Color convert

RGB 55 58 174 -
CMYK 0.68 0.67 0 0.32
HSL 238.49º 0.52% 0.45% -
HSV(B) 238.49º 0.68% 0.68% -
XYZ 10.73 6.89 40.81 -
YUV 70.33 186.51 117.07 -
System Red Green Blue C M Y K H S L
Decimal 55 58 174 0.68 0.67 0 0.32 238.49 0.52 0.45
Hex 37 3A AE 44 43 0 20 EE 34 2D
Octal 67 72 256 104 103 0 40 356 64 55
Binary 110111 111010 10101110 1000100 1000011 0 100000 11101110 110100 101101

Color Harmonies of #373AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AAE

Black with #373AAE

Text Example


Text Example

White with #373AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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