Html Css Color HEX #3B259D Blue Gem

📋 copy color: '#3B259D'

red 59 ◦ green 37 ◦ blue 157

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

Shades of Blue Gem #3B259D

Tints of Blue Gem #3B259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.06%

R = 23.32%
G = 14.62%
B = 62.06%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B259D (or 0x3B259D) is known color: Blue Gem. HEX triplet: 3B, 25 and 9D. RGB value is (59,37,157). Sum of RGB (Red+Green+Blue) = 59+37+157=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B259D is #C4DA62. Grayscale: #383838. Windows color (decimal): -12900963 or 10298683. OLE color: 10298683.

HSL color Cylindrical-coordinate representation of color #3B259D: hue angle of 251º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B259D is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 37 157 -
CMYK 0.62 0.76 0 0.38
HSL 251º 0.62% 0.38% -
HSV(B) 251º 0.76% 0.62% -
XYZ 8.55 4.69 32.35 -
YUV 57.26 184.29 129.24 -
System Red Green Blue C M Y K H S L
Decimal 59 37 157 0.62 0.76 0 0.38 251 0.62 0.38
Hex 3B 25 9D 3E 4C 0 26 FB 3E 26
Octal 73 45 235 76 114 0 46 373 76 46
Binary 111011 100101 10011101 111110 1001100 0 100110 11111011 111110 100110

Color Harmonies of #3B259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B259D

Black with #3B259D

Text Example


Text Example

White with #3B259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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