Html Css Color HEX #372FCF Persian Blue

📋 copy color: '#372FCF'

red 55 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #372FCF

Tints of Persian Blue #372FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 17.8%
G = 15.21%
B = 66.99%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#372FCF (or 0x372FCF) is known color: Persian Blue. HEX triplet: 37, 2F and CF. RGB value is (55,47,207). Sum of RGB (Red+Green+Blue) = 55+47+207=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #372FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FCF is #C8D030. Grayscale: #434343. Windows color (decimal): -13160497 or 13578039. OLE color: 13578039.

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

Color convert

RGB 55 47 207 -
CMYK 0.73 0.77 0 0.19
HSL 243º 0.63% 0.5% -
HSV(B) 243º 0.77% 0.81% -
XYZ 13.85 7.35 59.72 -
YUV 67.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 55 47 207 0.73 0.77 0 0.19 243 0.63 0.5
Hex 37 2F CF 49 4D 0 13 F3 3F 32
Octal 67 57 317 111 115 0 23 363 77 62
Binary 110111 101111 11001111 1001001 1001101 0 10011 11110011 111111 110010

Color Harmonies of #372FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FCF

Black with #372FCF

Text Example


Text Example

White with #372FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,207); }

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

background-color css

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

 a { background-color: rgb(55,47,207); }

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

border-color css

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

 span { border-color: rgb(55,47,207); }

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