Html Css Color HEX #3D30AB Blue Gem

📋 copy color: '#3D30AB'

red 61 ◦ green 48 ◦ blue 171

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

Shades of Blue Gem #3D30AB

Tints of Blue Gem #3D30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 21.79%
G = 17.14%
B = 61.07%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D30AB (or 0x3D30AB) is known color: Blue Gem. HEX triplet: 3D, 30 and AB. RGB value is (61,48,171). Sum of RGB (Red+Green+Blue) = 61+48+171=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D30AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D30AB is #C2CF54. Grayscale: #414141. Windows color (decimal): -12767061 or 11219005. OLE color: 11219005.

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

Color convert

RGB 61 48 171 -
CMYK 0.64 0.72 0 0.33
HSL 246.34º 0.56% 0.43% -
HSV(B) 246.34º 0.72% 0.67% -
XYZ 10.33 6.05 39.15 -
YUV 65.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 61 48 171 0.64 0.72 0 0.33 246.34 0.56 0.43
Hex 3D 30 AB 40 48 0 21 F6 38 2B
Octal 75 60 253 100 110 0 41 366 70 53
Binary 111101 110000 10101011 1000000 1001000 0 100001 11110110 111000 101011

Color Harmonies of #3D30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D30AB

Black with #3D30AB

Text Example


Text Example

White with #3D30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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