Html Css Color HEX #3F288D Blue Gem

📋 copy color: '#3F288D'

red 63 ◦ green 40 ◦ blue 141

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

Shades of Blue Gem #3F288D

Tints of Blue Gem #3F288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.79%

R = 25.82%
G = 16.39%
B = 57.79%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F288D (or 0x3F288D) is known color: Blue Gem. HEX triplet: 3F, 28 and 8D. RGB value is (63,40,141). Sum of RGB (Red+Green+Blue) = 63+40+141=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F288D is #C0D772. Grayscale: #3A3A3A. Windows color (decimal): -12638067 or 9250879. OLE color: 9250879.

HSL color Cylindrical-coordinate representation of color #3F288D: hue angle of 253.66º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F288D is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 40 141 -
CMYK 0.55 0.72 0 0.45
HSL 253.66º 0.56% 0.35% -
HSV(B) 253.66º 0.72% 0.55% -
XYZ 7.62 4.5 25.67 -
YUV 58.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 63 40 141 0.55 0.72 0 0.45 253.66 0.56 0.35
Hex 3F 28 8D 37 48 0 2D FE 38 23
Octal 77 50 215 67 110 0 55 376 70 43
Binary 111111 101000 10001101 110111 1001000 0 101101 11111110 111000 100011

Color Harmonies of #3F288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F288D

Black with #3F288D

Text Example


Text Example

White with #3F288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,141); }

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

background-color css

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

 a { background-color: rgb(63,40,141); }

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

border-color css

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

 span { border-color: rgb(63,40,141); }

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