Html Css Color HEX #3D249B Blue Gem

📋 copy color: '#3D249B'

red 61 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #3D249B

Tints of Blue Gem #3D249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 24.21%
G = 14.29%
B = 61.51%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D249B (or 0x3D249B) is known color: Blue Gem. HEX triplet: 3D, 24 and 9B. RGB value is (61,36,155). Sum of RGB (Red+Green+Blue) = 61+36+155=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D249B is #C2DB64. Grayscale: #383838. Windows color (decimal): -12770149 or 10167357. OLE color: 10167357.

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

Color convert

RGB 61 36 155 -
CMYK 0.61 0.77 0 0.39
HSL 252.61º 0.62% 0.37% -
HSV(B) 252.61º 0.77% 0.61% -
XYZ 8.47 4.62 31.46 -
YUV 57.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 61 36 155 0.61 0.77 0 0.39 252.61 0.62 0.37
Hex 3D 24 9B 3D 4D 0 27 FD 3E 25
Octal 75 44 233 75 115 0 47 375 76 45
Binary 111101 100100 10011011 111101 1001101 0 100111 11111101 111110 100101

Color Harmonies of #3D249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D249B

Black with #3D249B

Text Example


Text Example

White with #3D249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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