Html Css Color HEX #3C3BAE Persian Blue

📋 copy color: '#3C3BAE'

red 60 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #3C3BAE

Tints of Persian Blue #3C3BAE

RGB

 RED value IS 60 (23.83% from 255) = 20.48%

 GREEN value IS 59 (23.44% from 255) = 20.14%

 BLUE value IS 174 (68.36% from 255) = 59.39%

R = 20.48%
G = 20.14%
B = 59.39%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C3BAE (or 0x3C3BAE) is known color: Persian Blue. HEX triplet: 3C, 3B and AE. RGB value is (60,59,174). Sum of RGB (Red+Green+Blue) = 60+59+174=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3BAE is #C3C451. Grayscale: #474747. Windows color (decimal): -12829778 or 11418428. OLE color: 11418428.

HSL color Cylindrical-coordinate representation of color #3C3BAE: hue angle of 240.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C3BAE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 59 174 -
CMYK 0.66 0.66 0 0.32
HSL 240.52º 0.49% 0.46% -
HSV(B) 240.52º 0.66% 0.68% -
XYZ 11.07 7.14 40.84 -
YUV 72.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 60 59 174 0.66 0.66 0 0.32 240.52 0.49 0.46
Hex 3C 3B AE 42 42 0 20 F1 31 2E
Octal 74 73 256 102 102 0 40 361 61 56
Binary 111100 111011 10101110 1000010 1000010 0 100000 11110001 110001 101110

Color Harmonies of #3C3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3BAE

Black with #3C3BAE

Text Example


Text Example

White with #3C3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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