Html Css Color HEX #3F239B Blue Gem

📋 copy color: '#3F239B'

red 63 ◦ green 35 ◦ blue 155

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

Shades of Blue Gem #3F239B

Tints of Blue Gem #3F239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 24.9%
G = 13.83%
B = 61.26%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F239B (or 0x3F239B) is known color: Blue Gem. HEX triplet: 3F, 23 and 9B. RGB value is (63,35,155). Sum of RGB (Red+Green+Blue) = 63+35+155=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F239B is #C0DC64. Grayscale: #383838. Windows color (decimal): -12639333 or 10167103. OLE color: 10167103.

HSL color Cylindrical-coordinate representation of color #3F239B: hue angle of 254º degrees, saturation: 0.63, 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 #3F239B is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 35 155 -
CMYK 0.59 0.77 0 0.39
HSL 254º 0.63% 0.37% -
HSV(B) 254º 0.77% 0.61% -
XYZ 8.57 4.63 31.45 -
YUV 57.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 63 35 155 0.59 0.77 0 0.39 254 0.63 0.37
Hex 3F 23 9B 3B 4D 0 27 FE 3F 25
Octal 77 43 233 73 115 0 47 376 77 45
Binary 111111 100011 10011011 111011 1001101 0 100111 11111110 111111 100101

Color Harmonies of #3F239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F239B

Black with #3F239B

Text Example


Text Example

White with #3F239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,155); }

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

background-color css

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

 a { background-color: rgb(63,35,155); }

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

border-color css

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

 span { border-color: rgb(63,35,155); }

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