Html Css Color HEX #3731CD Persian Blue

📋 copy color: '#3731CD'

red 55 ◦ green 49 ◦ blue 205

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

Shades of Persian Blue #3731CD

Tints of Persian Blue #3731CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 17.8%
G = 15.86%
B = 66.34%

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

#3731CD (or 0x3731CD) is known color: Persian Blue. HEX triplet: 37, 31 and CD. RGB value is (55,49,205). Sum of RGB (Red+Green+Blue) = 55+49+205=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #3731CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3731CD is #C8CE32. Grayscale: #434343. Windows color (decimal): -13159987 or 13447479. OLE color: 13447479.

HSL color Cylindrical-coordinate representation of color #3731CD: hue angle of 242.31º 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 #3731CD is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 49 205 -
CMYK 0.73 0.76 0 0.20
HSL 242.31º 0.61% 0.5% -
HSV(B) 242.31º 0.76% 0.8% -
XYZ 13.69 7.42 58.47 -
YUV 68.58 204.99 118.32 -
System Red Green Blue C M Y K H S L
Decimal 55 49 205 0.73 0.76 0 0.20 242.31 0.61 0.5
Hex 37 31 CD 49 4C 0 14 F2 3D 32
Octal 67 61 315 111 114 0 24 362 75 62
Binary 110111 110001 11001101 1001001 1001100 0 10100 11110010 111101 110010

Color Harmonies of #3731CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3731CD

Black with #3731CD

Text Example


Text Example

White with #3731CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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