Html Css Color HEX #3B28BE Persian Blue

📋 copy color: '#3B28BE'

red 59 ◦ green 40 ◦ blue 190

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

Shades of Persian Blue #3B28BE

Tints of Persian Blue #3B28BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 20.42%
G = 13.84%
B = 65.74%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B28BE (or 0x3B28BE) is known color: Persian Blue. HEX triplet: 3B, 28 and BE. RGB value is (59,40,190). Sum of RGB (Red+Green+Blue) = 59+40+190=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B28BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B28BE is #C4D741. Grayscale: #3E3E3E. Windows color (decimal): -12900162 or 12462139. OLE color: 12462139.

HSL color Cylindrical-coordinate representation of color #3B28BE: hue angle of 247.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B28BE is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 40 190 -
CMYK 0.69 0.79 0 0.25
HSL 247.6º 0.65% 0.45% -
HSV(B) 247.6º 0.79% 0.75% -
XYZ 11.86 6.17 49.28 -
YUV 62.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 59 40 190 0.69 0.79 0 0.25 247.6 0.65 0.45
Hex 3B 28 BE 45 4F 0 19 F8 41 2D
Octal 73 50 276 105 117 0 31 370 101 55
Binary 111011 101000 10111110 1000101 1001111 0 11001 11111000 1000001 101101

Color Harmonies of #3B28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B28BE

Black with #3B28BE

Text Example


Text Example

White with #3B28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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