Html Css Color HEX #3B25B6 Persian Blue

📋 copy color: '#3B25B6'

red 59 ◦ green 37 ◦ blue 182

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

Shades of Persian Blue #3B25B6

Tints of Persian Blue #3B25B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.47%

R = 21.22%
G = 13.31%
B = 65.47%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3B25B6 (or 0x3B25B6) is known color: Persian Blue. HEX triplet: 3B, 25 and B6. RGB value is (59,37,182). Sum of RGB (Red+Green+Blue) = 59+37+182=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B25B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B25B6 is #C4DA49. Grayscale: #3B3B3B. Windows color (decimal): -12900938 or 11937083. OLE color: 11937083.

HSL color Cylindrical-coordinate representation of color #3B25B6: hue angle of 249.1º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B25B6 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 37 182 -
CMYK 0.68 0.80 0 0.29
HSL 249.1º 0.66% 0.43% -
HSV(B) 249.1º 0.8% 0.71% -
XYZ 10.91 5.63 44.77 -
YUV 60.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 59 37 182 0.68 0.80 0 0.29 249.1 0.66 0.43
Hex 3B 25 B6 44 50 0 1D F9 42 2B
Octal 73 45 266 104 120 0 35 371 102 53
Binary 111011 100101 10110110 1000100 1010000 0 11101 11111001 1000010 101011

Color Harmonies of #3B25B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B25B6

Black with #3B25B6

Text Example


Text Example

White with #3B25B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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