Html Css Color HEX #372DDA Persian Blue

📋 copy color: '#372DDA'

red 55 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #372DDA

Tints of Persian Blue #372DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.55%

R = 17.3%
G = 14.15%
B = 68.55%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#372DDA (or 0x372DDA) is known color: Persian Blue. HEX triplet: 37, 2D and DA. RGB value is (55,45,218). Sum of RGB (Red+Green+Blue) = 55+45+218=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #372DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DDA is #C8D225. Grayscale: #434343. Windows color (decimal): -13160998 or 14298423. OLE color: 14298423.

HSL color Cylindrical-coordinate representation of color #372DDA: hue angle of 243.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #372DDA is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 45 218 -
CMYK 0.75 0.79 0 0.15
HSL 243.47º 0.7% 0.52% -
HSV(B) 243.47º 0.79% 0.85% -
XYZ 15.17 7.75 67.03 -
YUV 67.71 212.81 118.93 -
System Red Green Blue C M Y K H S L
Decimal 55 45 218 0.75 0.79 0 0.15 243.47 0.7 0.52
Hex 37 2D DA 4B 4F 0 F F3 46 34
Octal 67 55 332 113 117 0 17 363 106 64
Binary 110111 101101 11011010 1001011 1001111 0 1111 11110011 1000110 110100

Color Harmonies of #372DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DDA

Black with #372DDA

Text Example


Text Example

White with #372DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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