Html Css Color HEX #3D30AC Blue Gem

📋 copy color: '#3D30AC'

red 61 ◦ green 48 ◦ blue 172

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

Shades of Blue Gem #3D30AC

Tints of Blue Gem #3D30AC

RGB

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

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

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

R = 21.71%
G = 17.08%
B = 61.21%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D30AC (or 0x3D30AC) is known color: Blue Gem. HEX triplet: 3D, 30 and AC. RGB value is (61,48,172). Sum of RGB (Red+Green+Blue) = 61+48+172=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D30AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D30AC is #C2CF53. Grayscale: #414141. Windows color (decimal): -12767060 or 11284541. OLE color: 11284541.

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

Color convert

RGB 61 48 172 -
CMYK 0.65 0.72 0 0.33
HSL 246.29º 0.56% 0.43% -
HSV(B) 246.29º 0.72% 0.67% -
XYZ 10.43 6.08 39.65 -
YUV 66.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 61 48 172 0.65 0.72 0 0.33 246.29 0.56 0.43
Hex 3D 30 AC 41 48 0 21 F6 38 2B
Octal 75 60 254 101 110 0 41 366 70 53
Binary 111101 110000 10101100 1000001 1001000 0 100001 11110110 111000 101011

Color Harmonies of #3D30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D30AC

Black with #3D30AC

Text Example


Text Example

White with #3D30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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