Html Css Color HEX #3D2DB3 Blue Gem

📋 copy color: '#3D2DB3'

red 61 ◦ green 45 ◦ blue 179

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

Shades of Blue Gem #3D2DB3

Tints of Blue Gem #3D2DB3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 179 (70.31% from 255) = 62.81%

R = 21.4%
G = 15.79%
B = 62.81%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3D2DB3 (or 0x3D2DB3) is known color: Blue Gem. HEX triplet: 3D, 2D and B3. RGB value is (61,45,179). Sum of RGB (Red+Green+Blue) = 61+45+179=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 179 (70.31% from 255 or 62.81% from 285); Max value from RGB is 179 - color contains mainly: blue. Hex color #3D2DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2DB3 is #C2D24C. Grayscale: #404040. Windows color (decimal): -12767821 or 11742525. OLE color: 11742525.

HSL color Cylindrical-coordinate representation of color #3D2DB3: hue angle of 247.16º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D2DB3 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 45 179 -
CMYK 0.66 0.75 0 0.30
HSL 247.16º 0.6% 0.44% -
HSV(B) 247.16º 0.75% 0.7% -
XYZ 11 6.12 43.25 -
YUV 65.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 61 45 179 0.66 0.75 0 0.30 247.16 0.6 0.44
Hex 3D 2D B3 42 4B 0 1E F7 3C 2C
Octal 75 55 263 102 113 0 36 367 74 54
Binary 111101 101101 10110011 1000010 1001011 0 11110 11110111 111100 101100

Color Harmonies of #3D2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2DB3

Black with #3D2DB3

Text Example


Text Example

White with #3D2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,45,179); }

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

background-color css

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

 a { background-color: rgb(61,45,179); }

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

border-color css

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

 span { border-color: rgb(61,45,179); }

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