Html Css Color HEX #3C239B Blue Gem

📋 copy color: '#3C239B'

red 60 ◦ green 35 ◦ blue 155

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

Shades of Blue Gem #3C239B

Tints of Blue Gem #3C239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

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

R = 24%
G = 14%
B = 62%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C239B (or 0x3C239B) is known color: Blue Gem. HEX triplet: 3C, 23 and 9B. RGB value is (60,35,155). Sum of RGB (Red+Green+Blue) = 60+35+155=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C239B is #C3DC64. Grayscale: #373737. Windows color (decimal): -12835941 or 10167100. OLE color: 10167100.

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

Color convert

RGB 60 35 155 -
CMYK 0.61 0.77 0 0.39
HSL 252.5º 0.63% 0.37% -
HSV(B) 252.5º 0.77% 0.61% -
XYZ 8.38 4.53 31.44 -
YUV 56.16 183.78 130.74 -
System Red Green Blue C M Y K H S L
Decimal 60 35 155 0.61 0.77 0 0.39 252.5 0.63 0.37
Hex 3C 23 9B 3D 4D 0 27 FD 3F 25
Octal 74 43 233 75 115 0 47 375 77 45
Binary 111100 100011 10011011 111101 1001101 0 100111 11111101 111111 100101

Color Harmonies of #3C239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C239B

Black with #3C239B

Text Example


Text Example

White with #3C239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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