Html Css Color HEX #3D249F Blue Gem

📋 copy color: '#3D249F'

red 61 ◦ green 36 ◦ blue 159

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

Shades of Blue Gem #3D249F

Tints of Blue Gem #3D249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 23.83%
G = 14.06%
B = 62.11%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D249F (or 0x3D249F) is known color: Blue Gem. HEX triplet: 3D, 24 and 9F. RGB value is (61,36,159). Sum of RGB (Red+Green+Blue) = 61+36+159=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D249F is #C2DB60. Grayscale: #393939. Windows color (decimal): -12770145 or 10429501. OLE color: 10429501.

HSL color Cylindrical-coordinate representation of color #3D249F: hue angle of 252.2º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D249F is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 36 159 -
CMYK 0.62 0.77 0 0.38
HSL 252.2º 0.63% 0.38% -
HSV(B) 252.2º 0.77% 0.62% -
XYZ 8.81 4.76 33.25 -
YUV 57.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 61 36 159 0.62 0.77 0 0.38 252.2 0.63 0.38
Hex 3D 24 9F 3E 4D 0 26 FC 3F 26
Octal 75 44 237 76 115 0 46 374 77 46
Binary 111101 100100 10011111 111110 1001101 0 100110 11111100 111111 100110

Color Harmonies of #3D249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D249F

Black with #3D249F

Text Example


Text Example

White with #3D249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,36,159); }

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

background-color css

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

 a { background-color: rgb(61,36,159); }

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

border-color css

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

 span { border-color: rgb(61,36,159); }

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