Html Css Color HEX #372ABA Persian Blue

📋 copy color: '#372ABA'

red 55 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #372ABA

Tints of Persian Blue #372ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.84%

 BLUE value IS 186 (73.05% from 255) = 65.72%

R = 19.43%
G = 14.84%
B = 65.72%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#372ABA (or 0x372ABA) is known color: Persian Blue. HEX triplet: 37, 2A and BA. RGB value is (55,42,186). Sum of RGB (Red+Green+Blue) = 55+42+186=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #372ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ABA is #C8D545. Grayscale: #3D3D3D. Windows color (decimal): -13161798 or 12200503. OLE color: 12200503.

HSL color Cylindrical-coordinate representation of color #372ABA: hue angle of 245.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372ABA is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 42 186 -
CMYK 0.70 0.77 0 0.27
HSL 245.42º 0.63% 0.45% -
HSV(B) 245.42º 0.77% 0.73% -
XYZ 11.27 6.01 47.02 -
YUV 62.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 55 42 186 0.70 0.77 0 0.27 245.42 0.63 0.45
Hex 37 2A BA 46 4D 0 1B F5 3F 2D
Octal 67 52 272 106 115 0 33 365 77 55
Binary 110111 101010 10111010 1000110 1001101 0 11011 11110101 111111 101101

Color Harmonies of #372ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ABA

Black with #372ABA

Text Example


Text Example

White with #372ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,42,186); }

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

background-color css

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

 a { background-color: rgb(55,42,186); }

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

border-color css

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

 span { border-color: rgb(55,42,186); }

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