Html Css Color HEX #372BAF Persian Blue

📋 copy color: '#372BAF'

red 55 ◦ green 43 ◦ blue 175

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

Shades of Persian Blue #372BAF

Tints of Persian Blue #372BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.75%

 BLUE value IS 175 (68.75% from 255) = 64.1%

R = 20.15%
G = 15.75%
B = 64.1%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#372BAF (or 0x372BAF) is known color: Persian Blue. HEX triplet: 37, 2B and AF. RGB value is (55,43,175). Sum of RGB (Red+Green+Blue) = 55+43+175=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #372BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372BAF is #C8D450. Grayscale: #3D3D3D. Windows color (decimal): -13161553 or 11479863. OLE color: 11479863.

HSL color Cylindrical-coordinate representation of color #372BAF: hue angle of 245.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372BAF is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 43 175 -
CMYK 0.69 0.75 0 0.31
HSL 245.45º 0.61% 0.43% -
HSV(B) 245.45º 0.75% 0.69% -
XYZ 10.18 5.64 41.11 -
YUV 61.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 55 43 175 0.69 0.75 0 0.31 245.45 0.61 0.43
Hex 37 2B AF 45 4B 0 1F F5 3D 2B
Octal 67 53 257 105 113 0 37 365 75 53
Binary 110111 101011 10101111 1000101 1001011 0 11111 11110101 111101 101011

Color Harmonies of #372BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BAF

Black with #372BAF

Text Example


Text Example

White with #372BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,175); }

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

background-color css

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

 a { background-color: rgb(55,43,175); }

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

border-color css

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

 span { border-color: rgb(55,43,175); }

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