Html Css Color HEX #372DB4 Persian Blue

📋 copy color: '#372DB4'

red 55 ◦ green 45 ◦ blue 180

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

Shades of Persian Blue #372DB4

Tints of Persian Blue #372DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 180 (70.7% from 255) = 64.29%

R = 19.64%
G = 16.07%
B = 64.29%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#372DB4 (or 0x372DB4) is known color: Persian Blue. HEX triplet: 37, 2D and B4. RGB value is (55,45,180). Sum of RGB (Red+Green+Blue) = 55+45+180=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #372DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DB4 is #C8D24B. Grayscale: #3E3E3E. Windows color (decimal): -13161036 or 11808055. OLE color: 11808055.

HSL color Cylindrical-coordinate representation of color #372DB4: hue angle of 244.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372DB4 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 45 180 -
CMYK 0.69 0.75 0 0.29
HSL 244.44º 0.6% 0.44% -
HSV(B) 244.44º 0.75% 0.71% -
XYZ 10.75 5.98 43.77 -
YUV 63.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 55 45 180 0.69 0.75 0 0.29 244.44 0.6 0.44
Hex 37 2D B4 45 4B 0 1D F4 3C 2C
Octal 67 55 264 105 113 0 35 364 74 54
Binary 110111 101101 10110100 1000101 1001011 0 11101 11110100 111100 101100

Color Harmonies of #372DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DB4

Black with #372DB4

Text Example


Text Example

White with #372DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,45,180); }

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

background-color css

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

 a { background-color: rgb(55,45,180); }

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

border-color css

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

 span { border-color: rgb(55,45,180); }

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