#3D33AF

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

Shades of Blue Gem #3D33AF

Tints of Blue Gem #3D33AF

Color information

#3D33AF (or 0x3D33AF) is unknown color: approx Blue Gem. HEX triplet: 3D, 33 and AF. RGB value is (61,51,175). Sum of RGB (Red+Green+Blue) = 61+51+175=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D33AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D33AF is #C2CC50. Grayscale: #434343. Windows color (decimal): -12766289 or 11481917. OLE color: 11481917.

HSL color Cylindrical-coordinate representation of color #3D33AF: hue angle of 244.84º 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 #3D33AF is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6151175-
CMYK0.650.7100.31
HSL244.84º54.87%44.31%-
HSV(B)244.84º70.86%68.63%-
XYZ10.856.4541.23-
YUV68.13188.31122.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=21.25%
G=17.77%
B=60.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61511750.650.7100.31244.8454.8744.31
Hex3D33AF414701Ff5372c
Octal75632571011070373656754
Binary111101110011101011111000001100011101111111110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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