Html Css Color HEX #3B25BA Persian Blue

📋 copy color: '#3B25BA'

red 59 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #3B25BA

Tints of Persian Blue #3B25BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 20.92%
G = 13.12%
B = 65.96%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B25BA (or 0x3B25BA) is known color: Persian Blue. HEX triplet: 3B, 25 and BA. RGB value is (59,37,186). Sum of RGB (Red+Green+Blue) = 59+37+186=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B25BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B25BA is #C4DA45. Grayscale: #3B3B3B. Windows color (decimal): -12900934 or 12199227. OLE color: 12199227.

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

Color convert

RGB 59 37 186 -
CMYK 0.68 0.80 0 0.27
HSL 248.86º 0.67% 0.44% -
HSV(B) 248.86º 0.8% 0.73% -
XYZ 11.33 5.8 46.98 -
YUV 60.56 198.79 126.88 -
System Red Green Blue C M Y K H S L
Decimal 59 37 186 0.68 0.80 0 0.27 248.86 0.67 0.44
Hex 3B 25 BA 44 50 0 1B F9 43 2C
Octal 73 45 272 104 120 0 33 371 103 54
Binary 111011 100101 10111010 1000100 1010000 0 11011 11111001 1000011 101100

Color Harmonies of #3B25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B25BA

Black with #3B25BA

Text Example


Text Example

White with #3B25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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