Html Css Color HEX #3B27BA Persian Blue

📋 copy color: '#3B27BA'

red 59 ◦ green 39 ◦ blue 186

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

Shades of Persian Blue #3B27BA

Tints of Persian Blue #3B27BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 20.77%
G = 13.73%
B = 65.49%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B27BA (or 0x3B27BA) is known color: Persian Blue. HEX triplet: 3B, 27 and BA. RGB value is (59,39,186). Sum of RGB (Red+Green+Blue) = 59+39+186=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B27BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B27BA is #C4D845. Grayscale: #3D3D3D. Windows color (decimal): -12900422 or 12199739. OLE color: 12199739.

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

Color convert

RGB 59 39 186 -
CMYK 0.68 0.79 0 0.27
HSL 248.16º 0.65% 0.44% -
HSV(B) 248.16º 0.79% 0.73% -
XYZ 11.39 5.93 47 -
YUV 61.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 59 39 186 0.68 0.79 0 0.27 248.16 0.65 0.44
Hex 3B 27 BA 44 4F 0 1B F8 41 2C
Octal 73 47 272 104 117 0 33 370 101 54
Binary 111011 100111 10111010 1000100 1001111 0 11011 11111000 1000001 101100

Color Harmonies of #3B27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B27BA

Black with #3B27BA

Text Example


Text Example

White with #3B27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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