Html Css Color HEX #3C2EAF Blue Gem

📋 copy color: '#3C2EAF'

red 60 ◦ green 46 ◦ blue 175

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

Shades of Blue Gem #3C2EAF

Tints of Blue Gem #3C2EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.37%

 BLUE value IS 175 (68.75% from 255) = 62.28%

R = 21.35%
G = 16.37%
B = 62.28%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C2EAF (or 0x3C2EAF) is known color: Blue Gem. HEX triplet: 3C, 2E and AF. RGB value is (60,46,175). Sum of RGB (Red+Green+Blue) = 60+46+175=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C2EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2EAF is #C3D150. Grayscale: #404040. Windows color (decimal): -12833105 or 11480636. OLE color: 11480636.

HSL color Cylindrical-coordinate representation of color #3C2EAF: hue angle of 246.51º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C2EAF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 46 175 -
CMYK 0.66 0.74 0 0.31
HSL 246.51º 0.58% 0.43% -
HSV(B) 246.51º 0.74% 0.69% -
XYZ 10.58 6.01 41.16 -
YUV 64.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 60 46 175 0.66 0.74 0 0.31 246.51 0.58 0.43
Hex 3C 2E AF 42 4A 0 1F F7 3A 2B
Octal 74 56 257 102 112 0 37 367 72 53
Binary 111100 101110 10101111 1000010 1001010 0 11111 11110111 111010 101011

Color Harmonies of #3C2EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2EAF

Black with #3C2EAF

Text Example


Text Example

White with #3C2EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,175); }

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

background-color css

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

 a { background-color: rgb(60,46,175); }

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

border-color css

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

 span { border-color: rgb(60,46,175); }

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