Html Css Color HEX #3F3BAD Blue Gem

📋 copy color: '#3F3BAD'

red 63 ◦ green 59 ◦ blue 173

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

Shades of Blue Gem #3F3BAD

Tints of Blue Gem #3F3BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

 BLUE value IS 173 (67.97% from 255) = 58.64%

R = 21.36%
G = 20%
B = 58.64%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F3BAD (or 0x3F3BAD) is known color: Blue Gem. HEX triplet: 3F, 3B and AD. RGB value is (63,59,173). Sum of RGB (Red+Green+Blue) = 63+59+173=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F3BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3BAD is #C0C452. Grayscale: #484848. Windows color (decimal): -12633171 or 11352895. OLE color: 11352895.

HSL color Cylindrical-coordinate representation of color #3F3BAD: hue angle of 242.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F3BAD is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 59 173 -
CMYK 0.64 0.66 0 0.32
HSL 242.11º 0.49% 0.45% -
HSV(B) 242.11º 0.66% 0.68% -
XYZ 11.16 7.2 40.34 -
YUV 73.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 63 59 173 0.64 0.66 0 0.32 242.11 0.49 0.45
Hex 3F 3B AD 40 42 0 20 F2 31 2D
Octal 77 73 255 100 102 0 40 362 61 55
Binary 111111 111011 10101101 1000000 1000010 0 100000 11110010 110001 101101

Color Harmonies of #3F3BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3BAD

Black with #3F3BAD

Text Example


Text Example

White with #3F3BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,59,173); }

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

background-color css

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

 a { background-color: rgb(63,59,173); }

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

border-color css

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

 span { border-color: rgb(63,59,173); }

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