Html Css Color HEX #3C36BB Persian Blue

📋 copy color: '#3C36BB'

red 60 ◦ green 54 ◦ blue 187

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

Shades of Persian Blue #3C36BB

Tints of Persian Blue #3C36BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 19.93%
G = 17.94%
B = 62.13%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C36BB (or 0x3C36BB) is known color: Persian Blue. HEX triplet: 3C, 36 and BB. RGB value is (60,54,187). Sum of RGB (Red+Green+Blue) = 60+54+187=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C36BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36BB is #C3C944. Grayscale: #464646. Windows color (decimal): -12831045 or 12269116. OLE color: 12269116.

HSL color Cylindrical-coordinate representation of color #3C36BB: hue angle of 242.71º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C36BB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 54 187 -
CMYK 0.68 0.71 0 0.27
HSL 242.71º 0.55% 0.47% -
HSV(B) 242.71º 0.71% 0.73% -
XYZ 12.15 7.19 47.76 -
YUV 70.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 60 54 187 0.68 0.71 0 0.27 242.71 0.55 0.47
Hex 3C 36 BB 44 47 0 1B F3 37 2F
Octal 74 66 273 104 107 0 33 363 67 57
Binary 111100 110110 10111011 1000100 1000111 0 11011 11110011 110111 101111

Color Harmonies of #3C36BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36BB

Black with #3C36BB

Text Example


Text Example

White with #3C36BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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