Html Css Color HEX #3938AD Persian Blue

📋 copy color: '#3938AD'

red 57 ◦ green 56 ◦ blue 173

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

Shades of Persian Blue #3938AD

Tints of Persian Blue #3938AD

RGB

 RED value IS 57 (22.66% from 255) = 19.93%

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 173 (67.97% from 255) = 60.49%

R = 19.93%
G = 19.58%
B = 60.49%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3938AD (or 0x3938AD) is known color: Persian Blue. HEX triplet: 39, 38 and AD. RGB value is (57,56,173). Sum of RGB (Red+Green+Blue) = 57+56+173=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #3938AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3938AD is #C6C752. Grayscale: #454545. Windows color (decimal): -13027155 or 11352121. OLE color: 11352121.

HSL color Cylindrical-coordinate representation of color #3938AD: hue angle of 240.51º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3938AD is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 56 173 -
CMYK 0.67 0.68 0 0.32
HSL 240.51º 0.51% 0.45% -
HSV(B) 240.51º 0.68% 0.68% -
XYZ 10.64 6.72 40.27 -
YUV 69.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 57 56 173 0.67 0.68 0 0.32 240.51 0.51 0.45
Hex 39 38 AD 43 44 0 20 F1 33 2D
Octal 71 70 255 103 104 0 40 361 63 55
Binary 111001 111000 10101101 1000011 1000100 0 100000 11110001 110011 101101

Color Harmonies of #3938AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3938AD

Black with #3938AD

Text Example


Text Example

White with #3938AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3938AD; }

 p { color: rgb(57,56,173); }

 H1.HeaderClassName
 {
   color: #3938AD;
 }
 .AnyTagClassName
 {
   color: #3938AD;
 }
</style>

background-color css

<style>
 a { background-color: #3938AD; }

 a { background-color: rgb(57,56,173); }

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

border-color css

<style>
 span { border-color: #3938AD; }

 span { border-color: rgb(57,56,173); }

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