Html Css Color HEX #372FCC Persian Blue

📋 copy color: '#372FCC'

red 55 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #372FCC

Tints of Persian Blue #372FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 17.97%
G = 15.36%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#372FCC (or 0x372FCC) is known color: Persian Blue. HEX triplet: 37, 2F and CC. RGB value is (55,47,204). Sum of RGB (Red+Green+Blue) = 55+47+204=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #372FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FCC is #C8D033. Grayscale: #424242. Windows color (decimal): -13160500 or 13381431. OLE color: 13381431.

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

Color convert

RGB 55 47 204 -
CMYK 0.73 0.77 0 0.2
HSL 243.06º 0.63% 0.49% -
HSV(B) 243.06º 0.77% 0.8% -
XYZ 13.49 7.2 57.81 -
YUV 67.29 205.15 119.23 -
System Red Green Blue C M Y K H S L
Decimal 55 47 204 0.73 0.77 0 0.2 243.06 0.63 0.49
Hex 37 2F CC 49 4D 0 14 F3 3F 31
Octal 67 57 314 111 115 0 24 363 77 61
Binary 110111 101111 11001100 1001001 1001101 0 10100 11110011 111111 110001

Color Harmonies of #372FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FCC

Black with #372FCC

Text Example


Text Example

White with #372FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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