Html Css Color HEX #3C259B Blue Gem

📋 copy color: '#3C259B'

red 60 ◦ green 37 ◦ blue 155

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

Shades of Blue Gem #3C259B

Tints of Blue Gem #3C259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 23.81%
G = 14.68%
B = 61.51%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C259B (or 0x3C259B) is known color: Blue Gem. HEX triplet: 3C, 25 and 9B. RGB value is (60,37,155). Sum of RGB (Red+Green+Blue) = 60+37+155=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C259B is #C3DA64. Grayscale: #383838. Windows color (decimal): -12835429 or 10167612. OLE color: 10167612.

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

Color convert

RGB 60 37 155 -
CMYK 0.61 0.76 0 0.39
HSL 251.69º 0.61% 0.38% -
HSV(B) 251.69º 0.76% 0.61% -
XYZ 8.44 4.65 31.46 -
YUV 57.33 183.12 129.91 -
System Red Green Blue C M Y K H S L
Decimal 60 37 155 0.61 0.76 0 0.39 251.69 0.61 0.38
Hex 3C 25 9B 3D 4C 0 27 FC 3D 26
Octal 74 45 233 75 114 0 47 374 75 46
Binary 111100 100101 10011011 111101 1001100 0 100111 11111100 111101 100110

Color Harmonies of #3C259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C259B

Black with #3C259B

Text Example


Text Example

White with #3C259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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