#3F2CA5

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

Shades of Blue Gem #3F2CA5

Tints of Blue Gem #3F2CA5

Color information

#3F2CA5 (or 0x3F2CA5) is unknown color: approx Blue Gem. HEX triplet: 3F, 2C and A5. RGB value is (63,44,165). Sum of RGB (Red+Green+Blue) = 63+44+165=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 165 (64.84% from 255 or 60.66% from 272); Max value from RGB is 165 - color contains mainly: blue. Hex color #3F2CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2CA5 is #C0D35A. Grayscale: #3F3F3F. Windows color (decimal): -12637019 or 10824767. OLE color: 10824767.

HSL color Cylindrical-coordinate representation of color #3F2CA5: hue angle of 249.42º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2CA5 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6344165-
CMYK0.620.7300.35
HSL249.42º57.89%40.98%-
HSV(B)249.42º73.33%64.71%-
XYZ9.745.5736.16-
YUV63.48185.29127.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 44 (17.58% from 255) = 16.18%
BLUE value IS 165 (64.84% from 255) = 60.66%
R=23.16%
G=16.18%
B=60.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63441650.620.7300.35249.4257.8940.98
Hex3F2CA53E49023f93a29
Octal7754245761110433717251
Binary111111101100101001011111101001001010001111111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,165); }

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

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

 a { background-color: rgb(63,44,165); }

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

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

 span { border-color: rgb(63,44,165); }

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