#3C269F

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

Shades of Blue Gem #3C269F

Tints of Blue Gem #3C269F

Color information

#3C269F (or 0x3C269F) is unknown color: approx Blue Gem. HEX triplet: 3C, 26 and 9F. RGB value is (60,38,159). Sum of RGB (Red+Green+Blue) = 60+38+159=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C269F is #C3D960. Grayscale: #393939. Windows color (decimal): -12835169 or 10430012. OLE color: 10430012.

HSL color Cylindrical-coordinate representation of color #3C269F: hue angle of 250.91º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C269F is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6038159-
CMYK0.620.7600.38
HSL250.91º61.42%38.63%-
HSV(B)250.91º76.1%62.35%-
XYZ8.814.8533.27-
YUV58.37184.79129.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 159 (62.5% from 255) = 61.87%
R=23.35%
G=14.79%
B=61.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60381590.620.7600.38250.9161.4238.63
Hex3C269F3E4C026fb3d27
Octal7446237761140463737547
Binary111100100110100111111111101001100010011011111011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,38,159); }

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

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

 a { background-color: rgb(60,38,159); }

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

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

 span { border-color: rgb(60,38,159); }

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