Html Css Color HEX #3C2891 Blue Gem

📋 copy color: '#3C2891'

red 60 ◦ green 40 ◦ blue 145

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

Shades of Blue Gem #3C2891

Tints of Blue Gem #3C2891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

 BLUE value IS 145 (57.03% from 255) = 59.18%

R = 24.49%
G = 16.33%
B = 59.18%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C2891 (or 0x3C2891) is known color: Blue Gem. HEX triplet: 3C, 28 and 91. RGB value is (60,40,145). Sum of RGB (Red+Green+Blue) = 60+40+145=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C2891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2891 is #C3D76E. Grayscale: #393939. Windows color (decimal): -12834671 or 9513020. OLE color: 9513020.

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

Color convert

RGB 60 40 145 -
CMYK 0.59 0.72 0 0.43
HSL 251.43º 0.57% 0.36% -
HSV(B) 251.43º 0.72% 0.57% -
XYZ 7.73 4.52 27.25 -
YUV 57.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 60 40 145 0.59 0.72 0 0.43 251.43 0.57 0.36
Hex 3C 28 91 3B 48 0 2B FB 39 24
Octal 74 50 221 73 110 0 53 373 71 44
Binary 111100 101000 10010001 111011 1001000 0 101011 11111011 111001 100100

Color Harmonies of #3C2891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2891

Black with #3C2891

Text Example


Text Example

White with #3C2891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,145); }

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

background-color css

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

 a { background-color: rgb(60,40,145); }

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

border-color css

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

 span { border-color: rgb(60,40,145); }

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