#3F229B

Color #3F229B Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3F229B

Tints of Blue Gem #3F229B

Color information

#3F229B (or 0x3F229B) is unknown color: approx Blue Gem. HEX triplet: 3F, 22 and 9B. RGB value is (63,34,155). Sum of RGB (Red+Green+Blue) = 63+34+155=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F229B is #C0DD64. Grayscale: #383838. Windows color (decimal): -12639589 or 10166847. OLE color: 10166847.

HSL color Cylindrical-coordinate representation of color #3F229B: hue angle of 254.38º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F229B is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6334155-
CMYK0.590.7800.39
HSL254.38º64.02%37.06%-
HSV(B)254.38º78.06%60.78%-
XYZ8.544.5731.44-
YUV56.46183.61132.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=25%
G=13.49%
B=61.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63341550.590.7800.39254.3864.0237.06
Hex3F229B3B4E027fe4025
Octal77422337311604737610045
Binary1111111000101001101111101110011100100111111111101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F229B;
 }
 .AnyTagClassName
 {
   color: #3F229B;
 }
</style>
background-color css

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

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

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

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

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

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