Html Css Color HEX #3936AF Persian Blue

📋 copy color: '#3936AF'

red 57 ◦ green 54 ◦ blue 175

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

Shades of Persian Blue #3936AF

Tints of Persian Blue #3936AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.19%

R = 19.93%
G = 18.88%
B = 61.19%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3936AF (or 0x3936AF) is known color: Persian Blue. HEX triplet: 39, 36 and AF. RGB value is (57,54,175). Sum of RGB (Red+Green+Blue) = 57+54+175=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #3936AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3936AF is #C6C950. Grayscale: #444444. Windows color (decimal): -13027665 or 11482681. OLE color: 11482681.

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

Color convert

RGB 57 54 175 -
CMYK 0.67 0.69 0 0.31
HSL 241.49º 0.53% 0.45% -
HSV(B) 241.49º 0.69% 0.69% -
XYZ 10.74 6.6 41.27 -
YUV 68.69 187.99 119.66 -
System Red Green Blue C M Y K H S L
Decimal 57 54 175 0.67 0.69 0 0.31 241.49 0.53 0.45
Hex 39 36 AF 43 45 0 1F F1 35 2D
Octal 71 66 257 103 105 0 37 361 65 55
Binary 111001 110110 10101111 1000011 1000101 0 11111 11110001 110101 101101

Color Harmonies of #3936AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3936AF

Black with #3936AF

Text Example


Text Example

White with #3936AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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