Html Css Color HEX #3D36AB Blue Gem

📋 copy color: '#3D36AB'

red 61 ◦ green 54 ◦ blue 171

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

Shades of Blue Gem #3D36AB

Tints of Blue Gem #3D36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 21.33%
G = 18.88%
B = 59.79%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D36AB (or 0x3D36AB) is known color: Blue Gem. HEX triplet: 3D, 36 and AB. RGB value is (61,54,171). Sum of RGB (Red+Green+Blue) = 61+54+171=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D36AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D36AB is #C2C954. Grayscale: #444444. Windows color (decimal): -12765525 or 11220541. OLE color: 11220541.

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

Color convert

RGB 61 54 171 -
CMYK 0.64 0.68 0 0.33
HSL 243.59º 0.52% 0.44% -
HSV(B) 243.59º 0.68% 0.67% -
XYZ 10.59 6.57 39.24 -
YUV 69.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 61 54 171 0.64 0.68 0 0.33 243.59 0.52 0.44
Hex 3D 36 AB 40 44 0 21 F4 34 2C
Octal 75 66 253 100 104 0 41 364 64 54
Binary 111101 110110 10101011 1000000 1000100 0 100001 11110100 110100 101100

Color Harmonies of #3D36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D36AB

Black with #3D36AB

Text Example


Text Example

White with #3D36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,54,171); }

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

background-color css

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

 a { background-color: rgb(61,54,171); }

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

border-color css

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

 span { border-color: rgb(61,54,171); }

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