Html Css Color HEX #3D288E Blue Gem

📋 copy color: '#3D288E'

red 61 ◦ green 40 ◦ blue 142

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

Shades of Blue Gem #3D288E

Tints of Blue Gem #3D288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.44%

R = 25.1%
G = 16.46%
B = 58.44%

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

#3D288E (or 0x3D288E) is known color: Blue Gem. HEX triplet: 3D, 28 and 8E. RGB value is (61,40,142). Sum of RGB (Red+Green+Blue) = 61+40+142=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D288E is #C2D771. Grayscale: #393939. Windows color (decimal): -12769138 or 9316413. OLE color: 9316413.

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

Color convert

RGB 61 40 142 -
CMYK 0.57 0.72 0 0.44
HSL 252.35º 0.56% 0.36% -
HSV(B) 252.35º 0.72% 0.56% -
XYZ 7.57 4.46 26.05 -
YUV 57.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 61 40 142 0.57 0.72 0 0.44 252.35 0.56 0.36
Hex 3D 28 8E 39 48 0 2C FC 38 24
Octal 75 50 216 71 110 0 54 374 70 44
Binary 111101 101000 10001110 111001 1001000 0 101100 11111100 111000 100100

Color Harmonies of #3D288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D288E

Black with #3D288E

Text Example


Text Example

White with #3D288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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