Html Css Color HEX #3B28BA Persian Blue

📋 copy color: '#3B28BA'

red 59 ◦ green 40 ◦ blue 186

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

Shades of Persian Blue #3B28BA

Tints of Persian Blue #3B28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

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

R = 20.7%
G = 14.04%
B = 65.26%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B28BA (or 0x3B28BA) is known color: Persian Blue. HEX triplet: 3B, 28 and BA. RGB value is (59,40,186). Sum of RGB (Red+Green+Blue) = 59+40+186=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B28BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B28BA is #C4D745. Grayscale: #3D3D3D. Windows color (decimal): -12900166 or 12199995. OLE color: 12199995.

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

Color convert

RGB 59 40 186 -
CMYK 0.68 0.78 0 0.27
HSL 247.81º 0.65% 0.44% -
HSV(B) 247.81º 0.78% 0.73% -
XYZ 11.43 5.99 47.01 -
YUV 62.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 59 40 186 0.68 0.78 0 0.27 247.81 0.65 0.44
Hex 3B 28 BA 44 4E 0 1B F8 41 2C
Octal 73 50 272 104 116 0 33 370 101 54
Binary 111011 101000 10111010 1000100 1001110 0 11011 11111000 1000001 101100

Color Harmonies of #3B28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B28BA

Black with #3B28BA

Text Example


Text Example

White with #3B28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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