Html Css Color HEX #3C31AF Blue Gem

📋 copy color: '#3C31AF'

red 60 ◦ green 49 ◦ blue 175

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

Shades of Blue Gem #3C31AF

Tints of Blue Gem #3C31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 21.13%
G = 17.25%
B = 61.62%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C31AF (or 0x3C31AF) is known color: Blue Gem. HEX triplet: 3C, 31 and AF. RGB value is (60,49,175). Sum of RGB (Red+Green+Blue) = 60+49+175=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C31AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C31AF is #C3CE50. Grayscale: #424242. Windows color (decimal): -12832337 or 11481404. OLE color: 11481404.

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

Color convert

RGB 60 49 175 -
CMYK 0.66 0.72 0 0.31
HSL 245.24º 0.56% 0.44% -
HSV(B) 245.24º 0.72% 0.69% -
XYZ 10.7 6.25 41.2 -
YUV 66.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 60 49 175 0.66 0.72 0 0.31 245.24 0.56 0.44
Hex 3C 31 AF 42 48 0 1F F5 38 2C
Octal 74 61 257 102 110 0 37 365 70 54
Binary 111100 110001 10101111 1000010 1001000 0 11111 11110101 111000 101100

Color Harmonies of #3C31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31AF

Black with #3C31AF

Text Example


Text Example

White with #3C31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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