Html Css Color HEX #3B36BA Persian Blue

📋 copy color: '#3B36BA'

red 59 ◦ green 54 ◦ blue 186

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

Shades of Persian Blue #3B36BA

Tints of Persian Blue #3B36BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 19.73%
G = 18.06%
B = 62.21%

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

#3B36BA (or 0x3B36BA) is known color: Persian Blue. HEX triplet: 3B, 36 and BA. RGB value is (59,54,186). Sum of RGB (Red+Green+Blue) = 59+54+186=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B36BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B36BA is #C4C945. Grayscale: #464646. Windows color (decimal): -12896582 or 12203579. OLE color: 12203579.

HSL color Cylindrical-coordinate representation of color #3B36BA: hue angle of 242.27º 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 #3B36BA is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 54 186 -
CMYK 0.68 0.71 0 0.27
HSL 242.27º 0.55% 0.47% -
HSV(B) 242.27º 0.71% 0.73% -
XYZ 11.99 7.11 47.2 -
YUV 70.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 59 54 186 0.68 0.71 0 0.27 242.27 0.55 0.47
Hex 3B 36 BA 44 47 0 1B F2 37 2F
Octal 73 66 272 104 107 0 33 362 67 57
Binary 111011 110110 10111010 1000100 1000111 0 11011 11110010 110111 101111

Color Harmonies of #3B36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B36BA

Black with #3B36BA

Text Example


Text Example

White with #3B36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,54,186); }

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

background-color css

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

 a { background-color: rgb(59,54,186); }

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

border-color css

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

 span { border-color: rgb(59,54,186); }

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