Html Css Color HEX #3C36BD Persian Blue

📋 copy color: '#3C36BD'

red 60 ◦ green 54 ◦ blue 189

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

Shades of Persian Blue #3C36BD

Tints of Persian Blue #3C36BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 19.8%
G = 17.82%
B = 62.38%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C36BD (or 0x3C36BD) is known color: Persian Blue. HEX triplet: 3C, 36 and BD. RGB value is (60,54,189). Sum of RGB (Red+Green+Blue) = 60+54+189=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C36BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36BD is #C3C942. Grayscale: #464646. Windows color (decimal): -12831043 or 12400188. OLE color: 12400188.

HSL color Cylindrical-coordinate representation of color #3C36BD: hue angle of 242.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C36BD is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 54 189 -
CMYK 0.68 0.71 0 0.26
HSL 242.67º 0.56% 0.48% -
HSV(B) 242.67º 0.71% 0.74% -
XYZ 12.37 7.27 48.9 -
YUV 71.18 194.49 120.02 -
System Red Green Blue C M Y K H S L
Decimal 60 54 189 0.68 0.71 0 0.26 242.67 0.56 0.48
Hex 3C 36 BD 44 47 0 1A F3 38 30
Octal 74 66 275 104 107 0 32 363 70 60
Binary 111100 110110 10111101 1000100 1000111 0 11010 11110011 111000 110000

Color Harmonies of #3C36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36BD

Black with #3C36BD

Text Example


Text Example

White with #3C36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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