Html Css Color HEX #3C2692 Blue Gem

📋 copy color: '#3C2692'

red 60 ◦ green 38 ◦ blue 146

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

Shades of Blue Gem #3C2692

Tints of Blue Gem #3C2692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

 BLUE value IS 146 (57.42% from 255) = 59.84%

R = 24.59%
G = 15.57%
B = 59.84%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C2692 (or 0x3C2692) is known color: Blue Gem. HEX triplet: 3C, 26 and 92. RGB value is (60,38,146). Sum of RGB (Red+Green+Blue) = 60+38+146=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C2692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2692 is #C3D96D. Grayscale: #383838. Windows color (decimal): -12835182 or 9578044. OLE color: 9578044.

HSL color Cylindrical-coordinate representation of color #3C2692: hue angle of 252.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2692 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 38 146 -
CMYK 0.59 0.74 0 0.43
HSL 252.22º 0.59% 0.36% -
HSV(B) 252.22º 0.74% 0.57% -
XYZ 7.74 4.42 27.64 -
YUV 56.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 60 38 146 0.59 0.74 0 0.43 252.22 0.59 0.36
Hex 3C 26 92 3B 4A 0 2B FC 3B 24
Octal 74 46 222 73 112 0 53 374 73 44
Binary 111100 100110 10010010 111011 1001010 0 101011 11111100 111011 100100

Color Harmonies of #3C2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2692

Black with #3C2692

Text Example


Text Example

White with #3C2692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,38,146); }

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

background-color css

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

 a { background-color: rgb(60,38,146); }

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

border-color css

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

 span { border-color: rgb(60,38,146); }

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