Html Css Color HEX #3936AD Persian Blue

📋 copy color: '#3936AD'

red 57 ◦ green 54 ◦ blue 173

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

Shades of Persian Blue #3936AD

Tints of Persian Blue #3936AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

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

R = 20.07%
G = 19.01%
B = 60.92%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3936AD (or 0x3936AD) is known color: Persian Blue. HEX triplet: 39, 36 and AD. RGB value is (57,54,173). Sum of RGB (Red+Green+Blue) = 57+54+173=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #3936AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3936AD is #C6C952. Grayscale: #434343. Windows color (decimal): -13027667 or 11351609. OLE color: 11351609.

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

Color convert

RGB 57 54 173 -
CMYK 0.67 0.69 0 0.32
HSL 241.51º 0.52% 0.45% -
HSV(B) 241.51º 0.69% 0.68% -
XYZ 10.55 6.53 40.24 -
YUV 68.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 57 54 173 0.67 0.69 0 0.32 241.51 0.52 0.45
Hex 39 36 AD 43 45 0 20 F2 34 2D
Octal 71 66 255 103 105 0 40 362 64 55
Binary 111001 110110 10101101 1000011 1000101 0 100000 11110010 110100 101101

Color Harmonies of #3936AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3936AD

Black with #3936AD

Text Example


Text Example

White with #3936AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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