Html Css Color HEX #3936AC Persian Blue

📋 copy color: '#3936AC'

red 57 ◦ green 54 ◦ blue 172

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

Shades of Persian Blue #3936AC

Tints of Persian Blue #3936AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.78%

R = 20.14%
G = 19.08%
B = 60.78%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3936AC (or 0x3936AC) is known color: Persian Blue. HEX triplet: 39, 36 and AC. RGB value is (57,54,172). Sum of RGB (Red+Green+Blue) = 57+54+172=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #3936AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3936AC is #C6C953. Grayscale: #434343. Windows color (decimal): -13027668 or 11286073. OLE color: 11286073.

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

Color convert

RGB 57 54 172 -
CMYK 0.67 0.69 0 0.33
HSL 241.53º 0.52% 0.44% -
HSV(B) 241.53º 0.69% 0.67% -
XYZ 10.45 6.49 39.73 -
YUV 68.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 57 54 172 0.67 0.69 0 0.33 241.53 0.52 0.44
Hex 39 36 AC 43 45 0 21 F2 34 2C
Octal 71 66 254 103 105 0 41 362 64 54
Binary 111001 110110 10101100 1000011 1000101 0 100001 11110010 110100 101100

Color Harmonies of #3936AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3936AC

Black with #3936AC

Text Example


Text Example

White with #3936AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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