Html Css Color HEX #3C239E Blue Gem

📋 copy color: '#3C239E'

red 60 ◦ green 35 ◦ blue 158

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

Shades of Blue Gem #3C239E

Tints of Blue Gem #3C239E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.45%

R = 23.72%
G = 13.83%
B = 62.45%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C239E (or 0x3C239E) is known color: Blue Gem. HEX triplet: 3C, 23 and 9E. RGB value is (60,35,158). Sum of RGB (Red+Green+Blue) = 60+35+158=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C239E is #C3DC61. Grayscale: #383838. Windows color (decimal): -12835938 or 10363708. OLE color: 10363708.

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

Color convert

RGB 60 35 158 -
CMYK 0.62 0.78 0 0.38
HSL 252.2º 0.64% 0.38% -
HSV(B) 252.2º 0.78% 0.62% -
XYZ 8.64 4.63 32.79 -
YUV 56.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 60 35 158 0.62 0.78 0 0.38 252.2 0.64 0.38
Hex 3C 23 9E 3E 4E 0 26 FC 40 26
Octal 74 43 236 76 116 0 46 374 100 46
Binary 111100 100011 10011110 111110 1001110 0 100110 11111100 1000000 100110

Color Harmonies of #3C239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C239E

Black with #3C239E

Text Example


Text Example

White with #3C239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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