Html Css Color HEX #372EAE Persian Blue

📋 copy color: '#372EAE'

red 55 ◦ green 46 ◦ blue 174

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

Shades of Persian Blue #372EAE

Tints of Persian Blue #372EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.73%

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

R = 20%
G = 16.73%
B = 63.27%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#372EAE (or 0x372EAE) is known color: Persian Blue. HEX triplet: 37, 2E and AE. RGB value is (55,46,174). Sum of RGB (Red+Green+Blue) = 55+46+174=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #372EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372EAE is #C8D151. Grayscale: #3E3E3E. Windows color (decimal): -13160786 or 11415095. OLE color: 11415095.

HSL color Cylindrical-coordinate representation of color #372EAE: hue angle of 244.22º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372EAE is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 46 174 -
CMYK 0.68 0.74 0 0.32
HSL 244.22º 0.58% 0.43% -
HSV(B) 244.22º 0.74% 0.68% -
XYZ 10.19 5.82 40.63 -
YUV 63.28 190.48 122.09 -
System Red Green Blue C M Y K H S L
Decimal 55 46 174 0.68 0.74 0 0.32 244.22 0.58 0.43
Hex 37 2E AE 44 4A 0 20 F4 3A 2B
Octal 67 56 256 104 112 0 40 364 72 53
Binary 110111 101110 10101110 1000100 1001010 0 100000 11110100 111010 101011

Color Harmonies of #372EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EAE

Black with #372EAE

Text Example


Text Example

White with #372EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372EAE; }

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

 H1.HeaderClassName
 {
   color: #372EAE;
 }
 .AnyTagClassName
 {
   color: #372EAE;
 }
</style>

background-color css

<style>
 a { background-color: #372EAE; }

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

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

border-color css

<style>
 span { border-color: #372EAE; }

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

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