Html Css Color HEX #3C36B7 Persian Blue

📋 copy color: '#3C36B7'

red 60 ◦ green 54 ◦ blue 183

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

Shades of Persian Blue #3C36B7

Tints of Persian Blue #3C36B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 61.62%

R = 20.2%
G = 18.18%
B = 61.62%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3C36B7 (or 0x3C36B7) is known color: Persian Blue. HEX triplet: 3C, 36 and B7. RGB value is (60,54,183). Sum of RGB (Red+Green+Blue) = 60+54+183=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 183 (71.88% from 255 or 61.62% from 297); Max value from RGB is 183 - color contains mainly: blue. Hex color #3C36B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36B7 is #C3C948. Grayscale: #454545. Windows color (decimal): -12831049 or 12006972. OLE color: 12006972.

HSL color Cylindrical-coordinate representation of color #3C36B7: hue angle of 242.79º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C36B7 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 60 54 183 -
CMYK 0.67 0.70 0 0.28
HSL 242.79º 0.54% 0.46% -
HSV(B) 242.79º 0.7% 0.72% -
XYZ 11.73 7.02 45.54 -
YUV 70.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 60 54 183 0.67 0.70 0 0.28 242.79 0.54 0.46
Hex 3C 36 B7 43 46 0 1C F3 36 2E
Octal 74 66 267 103 106 0 34 363 66 56
Binary 111100 110110 10110111 1000011 1000110 0 11100 11110011 110110 101110

Color Harmonies of #3C36B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36B7

Black with #3C36B7

Text Example


Text Example

White with #3C36B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,183); }

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

background-color css

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

 a { background-color: rgb(60,54,183); }

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

border-color css

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

 span { border-color: rgb(60,54,183); }

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