Html Css Color HEX #3D38AC Blue Gem

📋 copy color: '#3D38AC'

red 61 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #3D38AC

Tints of Blue Gem #3D38AC

RGB

 RED value IS 61 (24.22% from 255) = 21.11%

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

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

R = 21.11%
G = 19.38%
B = 59.52%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D38AC (or 0x3D38AC) is known color: Blue Gem. HEX triplet: 3D, 38 and AC. RGB value is (61,56,172). Sum of RGB (Red+Green+Blue) = 61+56+172=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D38AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D38AC is #C2C753. Grayscale: #464646. Windows color (decimal): -12765012 or 11286589. OLE color: 11286589.

HSL color Cylindrical-coordinate representation of color #3D38AC: hue angle of 242.59º 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 #3D38AC is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 56 172 -
CMYK 0.65 0.67 0 0.33
HSL 242.59º 0.51% 0.45% -
HSV(B) 242.59º 0.67% 0.67% -
XYZ 10.79 6.8 39.77 -
YUV 70.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 61 56 172 0.65 0.67 0 0.33 242.59 0.51 0.45
Hex 3D 38 AC 41 43 0 21 F3 33 2D
Octal 75 70 254 101 103 0 41 363 63 55
Binary 111101 111000 10101100 1000001 1000011 0 100001 11110011 110011 101101

Color Harmonies of #3D38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D38AC

Black with #3D38AC

Text Example


Text Example

White with #3D38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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