Html Css Color HEX #3F2492 Blue Gem

📋 copy color: '#3F2492'

red 63 ◦ green 36 ◦ blue 146

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

Shades of Blue Gem #3F2492

Tints of Blue Gem #3F2492

RGB

 RED value IS 63 (25% from 255) = 25.71%

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

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 25.71%
G = 14.69%
B = 59.59%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F2492 (or 0x3F2492) is known color: Blue Gem. HEX triplet: 3F, 24 and 92. RGB value is (63,36,146). Sum of RGB (Red+Green+Blue) = 63+36+146=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F2492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2492 is #C0DB6D. Grayscale: #383838. Windows color (decimal): -12639086 or 9577535. OLE color: 9577535.

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

Color convert

RGB 63 36 146 -
CMYK 0.57 0.75 0 0.43
HSL 254.73º 0.6% 0.36% -
HSV(B) 254.73º 0.75% 0.57% -
XYZ 7.87 4.39 27.63 -
YUV 56.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 63 36 146 0.57 0.75 0 0.43 254.73 0.6 0.36
Hex 3F 24 92 39 4B 0 2B FF 3C 24
Octal 77 44 222 71 113 0 53 377 74 44
Binary 111111 100100 10010010 111001 1001011 0 101011 11111111 111100 100100

Color Harmonies of #3F2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2492

Black with #3F2492

Text Example


Text Example

White with #3F2492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,36,146); }

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

background-color css

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

 a { background-color: rgb(63,36,146); }

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

border-color css

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

 span { border-color: rgb(63,36,146); }

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