Html Css Color HEX #3B3CAC Persian Blue

📋 copy color: '#3B3CAC'

red 59 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #3B3CAC

Tints of Persian Blue #3B3CAC

RGB

 RED value IS 59 (23.44% from 255) = 20.27%

 GREEN value IS 60 (23.83% from 255) = 20.62%

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

R = 20.27%
G = 20.62%
B = 59.11%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B3CAC (or 0x3B3CAC) is known color: Persian Blue. HEX triplet: 3B, 3C and AC. RGB value is (59,60,172). Sum of RGB (Red+Green+Blue) = 59+60+172=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3CAC is #C4C353. Grayscale: #484848. Windows color (decimal): -12895060 or 11287611. OLE color: 11287611.

HSL color Cylindrical-coordinate representation of color #3B3CAC: hue angle of 239.47º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3CAC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 60 172 -
CMYK 0.66 0.65 0 0.33
HSL 239.47º 0.49% 0.45% -
HSV(B) 239.47º 0.66% 0.67% -
XYZ 10.87 7.14 39.84 -
YUV 72.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 59 60 172 0.66 0.65 0 0.33 239.47 0.49 0.45
Hex 3B 3C AC 42 41 0 21 EF 31 2D
Octal 73 74 254 102 101 0 41 357 61 55
Binary 111011 111100 10101100 1000010 1000001 0 100001 11101111 110001 101101

Color Harmonies of #3B3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3CAC

Black with #3B3CAC

Text Example


Text Example

White with #3B3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3CAC; }

 p { color: rgb(59,60,172); }

 H1.HeaderClassName
 {
   color: #3B3CAC;
 }
 .AnyTagClassName
 {
   color: #3B3CAC;
 }
</style>

background-color css

<style>
 a { background-color: #3B3CAC; }

 a { background-color: rgb(59,60,172); }

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

border-color css

<style>
 span { border-color: #3B3CAC; }

 span { border-color: rgb(59,60,172); }

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