Html Css Color HEX #3732CD Persian Blue

📋 copy color: '#3732CD'

red 55 ◦ green 50 ◦ blue 205

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

Shades of Persian Blue #3732CD

Tints of Persian Blue #3732CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 17.74%
G = 16.13%
B = 66.13%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3732CD (or 0x3732CD) is known color: Persian Blue. HEX triplet: 37, 32 and CD. RGB value is (55,50,205). Sum of RGB (Red+Green+Blue) = 55+50+205=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #3732CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3732CD is #C8CD32. Grayscale: #444444. Windows color (decimal): -13159731 or 13447735. OLE color: 13447735.

HSL color Cylindrical-coordinate representation of color #3732CD: hue angle of 241.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3732CD is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 50 205 -
CMYK 0.73 0.76 0 0.20
HSL 241.94º 0.61% 0.5% -
HSV(B) 241.94º 0.76% 0.8% -
XYZ 13.74 7.5 58.48 -
YUV 69.17 204.66 117.9 -
System Red Green Blue C M Y K H S L
Decimal 55 50 205 0.73 0.76 0 0.20 241.94 0.61 0.5
Hex 37 32 CD 49 4C 0 14 F2 3D 32
Octal 67 62 315 111 114 0 24 362 75 62
Binary 110111 110010 11001101 1001001 1001100 0 10100 11110010 111101 110010

Color Harmonies of #3732CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3732CD

Black with #3732CD

Text Example


Text Example

White with #3732CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3732CD; }

 p { color: rgb(55,50,205); }

 H1.HeaderClassName
 {
   color: #3732CD;
 }
 .AnyTagClassName
 {
   color: #3732CD;
 }
</style>

background-color css

<style>
 a { background-color: #3732CD; }

 a { background-color: rgb(55,50,205); }

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

border-color css

<style>
 span { border-color: #3732CD; }

 span { border-color: rgb(55,50,205); }

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