Html Css Color HEX #3F33AB Blue Gem

📋 copy color: '#3F33AB'

red 63 ◦ green 51 ◦ blue 171

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

Shades of Blue Gem #3F33AB

Tints of Blue Gem #3F33AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 171 (67.19% from 255) = 60%

R = 22.11%
G = 17.89%
B = 60%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F33AB (or 0x3F33AB) is known color: Blue Gem. HEX triplet: 3F, 33 and AB. RGB value is (63,51,171). Sum of RGB (Red+Green+Blue) = 63+51+171=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F33AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F33AB is #C0CC54. Grayscale: #434343. Windows color (decimal): -12635221 or 11219775. OLE color: 11219775.

HSL color Cylindrical-coordinate representation of color #3F33AB: hue angle of 246º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F33AB is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 51 171 -
CMYK 0.63 0.70 0 0.33
HSL 246º 0.54% 0.44% -
HSV(B) 246º 0.7% 0.67% -
XYZ 10.58 6.36 39.2 -
YUV 68.27 185.98 124.24 -
System Red Green Blue C M Y K H S L
Decimal 63 51 171 0.63 0.70 0 0.33 246 0.54 0.44
Hex 3F 33 AB 3F 46 0 21 F6 36 2C
Octal 77 63 253 77 106 0 41 366 66 54
Binary 111111 110011 10101011 111111 1000110 0 100001 11110110 110110 101100

Color Harmonies of #3F33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F33AB

Black with #3F33AB

Text Example


Text Example

White with #3F33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,51,171); }

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

background-color css

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

 a { background-color: rgb(63,51,171); }

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

border-color css

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

 span { border-color: rgb(63,51,171); }

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