Html Css Color HEX #3C259F Blue Gem

📋 copy color: '#3C259F'

red 60 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #3C259F

Tints of Blue Gem #3C259F

RGB

 RED value IS 60 (23.83% from 255) = 23.44%

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

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 23.44%
G = 14.45%
B = 62.11%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C259F (or 0x3C259F) is known color: Blue Gem. HEX triplet: 3C, 25 and 9F. RGB value is (60,37,159). Sum of RGB (Red+Green+Blue) = 60+37+159=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C259F is #C3DA60. Grayscale: #393939. Windows color (decimal): -12835425 or 10429756. OLE color: 10429756.

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

Color convert

RGB 60 37 159 -
CMYK 0.62 0.77 0 0.38
HSL 251.31º 0.62% 0.38% -
HSV(B) 251.31º 0.77% 0.62% -
XYZ 8.78 4.79 33.26 -
YUV 57.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 60 37 159 0.62 0.77 0 0.38 251.31 0.62 0.38
Hex 3C 25 9F 3E 4D 0 26 FB 3E 26
Octal 74 45 237 76 115 0 46 373 76 46
Binary 111100 100101 10011111 111110 1001101 0 100110 11111011 111110 100110

Color Harmonies of #3C259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C259F

Black with #3C259F

Text Example


Text Example

White with #3C259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,159); }

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

background-color css

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

 a { background-color: rgb(60,37,159); }

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

border-color css

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

 span { border-color: rgb(60,37,159); }

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