#3C33AF

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

Shades of Blue Gem #3C33AF

Tints of Blue Gem #3C33AF

Color information

#3C33AF (or 0x3C33AF) is unknown color: approx Blue Gem. HEX triplet: 3C, 33 and AF. RGB value is (60,51,175). Sum of RGB (Red+Green+Blue) = 60+51+175=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C33AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C33AF is #C3CC50. Grayscale: #434343. Windows color (decimal): -12831825 or 11481916. OLE color: 11481916.

HSL color Cylindrical-coordinate representation of color #3C33AF: hue angle of 244.35º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C33AF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6051175-
CMYK0.660.7100.31
HSL244.35º54.87%44.31%-
HSV(B)244.35º70.86%68.63%-
XYZ10.796.4241.23-
YUV67.83188.48122.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.98%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 175 (68.75% from 255) = 61.19%
R=20.98%
G=17.83%
B=61.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60511750.660.7100.31244.3554.8744.31
Hex3C33AF424701Ff4372c
Octal74632571021070373646754
Binary111100110011101011111000010100011101111111110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,175); }

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

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

 a { background-color: rgb(60,51,175); }

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

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

 span { border-color: rgb(60,51,175); }

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