Html Css Color HEX #3E38AC Blue Gem

📋 copy color: '#3E38AC'

red 62 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #3E38AC

Tints of Blue Gem #3E38AC

RGB

 RED value IS 62 (24.61% from 255) = 21.38%

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 21.38%
G = 19.31%
B = 59.31%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E38AC (or 0x3E38AC) is known color: Blue Gem. HEX triplet: 3E, 38 and AC. RGB value is (62,56,172). Sum of RGB (Red+Green+Blue) = 62+56+172=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E38AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E38AC is #C1C753. Grayscale: #464646. Windows color (decimal): -12699476 or 11286590. OLE color: 11286590.

HSL color Cylindrical-coordinate representation of color #3E38AC: hue angle of 243.1º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E38AC is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 56 172 -
CMYK 0.64 0.67 0 0.33
HSL 243.1º 0.51% 0.45% -
HSV(B) 243.1º 0.67% 0.67% -
XYZ 10.85 6.83 39.78 -
YUV 71.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 62 56 172 0.64 0.67 0 0.33 243.1 0.51 0.45
Hex 3E 38 AC 40 43 0 21 F3 33 2D
Octal 76 70 254 100 103 0 41 363 63 55
Binary 111110 111000 10101100 1000000 1000011 0 100001 11110011 110011 101101

Color Harmonies of #3E38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E38AC

Black with #3E38AC

Text Example


Text Example

White with #3E38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,172); }

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

background-color css

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

 a { background-color: rgb(62,56,172); }

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

border-color css

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

 span { border-color: rgb(62,56,172); }

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