Html Css Color HEX #372ABC Persian Blue

📋 copy color: '#372ABC'

red 55 ◦ green 42 ◦ blue 188

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

Shades of Persian Blue #372ABC

Tints of Persian Blue #372ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.96%

R = 19.3%
G = 14.74%
B = 65.96%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#372ABC (or 0x372ABC) is known color: Persian Blue. HEX triplet: 37, 2A and BC. RGB value is (55,42,188). Sum of RGB (Red+Green+Blue) = 55+42+188=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #372ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ABC is #C8D543. Grayscale: #3D3D3D. Windows color (decimal): -13161796 or 12331575. OLE color: 12331575.

HSL color Cylindrical-coordinate representation of color #372ABC: hue angle of 245.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372ABC is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 42 188 -
CMYK 0.71 0.78 0 0.26
HSL 245.34º 0.63% 0.45% -
HSV(B) 245.34º 0.78% 0.74% -
XYZ 11.48 6.1 48.15 -
YUV 62.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 55 42 188 0.71 0.78 0 0.26 245.34 0.63 0.45
Hex 37 2A BC 47 4E 0 1A F5 3F 2D
Octal 67 52 274 107 116 0 32 365 77 55
Binary 110111 101010 10111100 1000111 1001110 0 11010 11110101 111111 101101

Color Harmonies of #372ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ABC

Black with #372ABC

Text Example


Text Example

White with #372ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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