Html Css Color HEX #3D3CAA Blue Gem

📋 copy color: '#3D3CAA'

red 61 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #3D3CAA

Tints of Blue Gem #3D3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.62%

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 20.96%
G = 20.62%
B = 58.42%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D3CAA (or 0x3D3CAA) is known color: Blue Gem. HEX triplet: 3D, 3C and AA. RGB value is (61,60,170). Sum of RGB (Red+Green+Blue) = 61+60+170=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D3CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3CAA is #C2C355. Grayscale: #484848. Windows color (decimal): -12763990 or 11156541. OLE color: 11156541.

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

Color convert

RGB 61 60 170 -
CMYK 0.64 0.65 0 0.33
HSL 240.55º 0.48% 0.45% -
HSV(B) 240.55º 0.65% 0.67% -
XYZ 10.8 7.13 38.84 -
YUV 72.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 61 60 170 0.64 0.65 0 0.33 240.55 0.48 0.45
Hex 3D 3C AA 40 41 0 21 F1 30 2D
Octal 75 74 252 100 101 0 41 361 60 55
Binary 111101 111100 10101010 1000000 1000001 0 100001 11110001 110000 101101

Color Harmonies of #3D3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3CAA

Black with #3D3CAA

Text Example


Text Example

White with #3D3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,60,170); }

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

background-color css

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

 a { background-color: rgb(61,60,170); }

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

border-color css

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

 span { border-color: rgb(61,60,170); }

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