Html Css Color HEX #3D288F Blue Gem

📋 copy color: '#3D288F'

red 61 ◦ green 40 ◦ blue 143

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

Shades of Blue Gem #3D288F

Tints of Blue Gem #3D288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

 BLUE value IS 143 (56.25% from 255) = 58.61%

R = 25%
G = 16.39%
B = 58.61%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D288F (or 0x3D288F) is known color: Blue Gem. HEX triplet: 3D, 28 and 8F. RGB value is (61,40,143). Sum of RGB (Red+Green+Blue) = 61+40+143=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D288F is #C2D770. Grayscale: #393939. Windows color (decimal): -12769137 or 9381949. OLE color: 9381949.

HSL color Cylindrical-coordinate representation of color #3D288F: hue angle of 252.23º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D288F is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 40 143 -
CMYK 0.57 0.72 0 0.44
HSL 252.23º 0.56% 0.36% -
HSV(B) 252.23º 0.72% 0.56% -
XYZ 7.64 4.49 26.45 -
YUV 58.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 61 40 143 0.57 0.72 0 0.44 252.23 0.56 0.36
Hex 3D 28 8F 39 48 0 2C FC 38 24
Octal 75 50 217 71 110 0 54 374 70 44
Binary 111101 101000 10001111 111001 1001000 0 101100 11111100 111000 100100

Color Harmonies of #3D288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D288F

Black with #3D288F

Text Example


Text Example

White with #3D288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,40,143); }

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

background-color css

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

 a { background-color: rgb(61,40,143); }

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

border-color css

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

 span { border-color: rgb(61,40,143); }

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