#4134AF

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

Shades of Blue Gem #4134AF

Tints of Blue Gem #4134AF

Color information

#4134AF (or 0x4134AF) is unknown color: approx Blue Gem. HEX triplet: 41, 34 and AF. RGB value is (65,52,175). Sum of RGB (Red+Green+Blue) = 65+52+175=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #4134AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4134AF is #BECB50. Grayscale: #454545. Windows color (decimal): -12503889 or 11482177. OLE color: 11482177.

HSL color Cylindrical-coordinate representation of color #4134AF: hue angle of 246.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4134AF is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6552175-
CMYK0.630.7000.31
HSL246.34º54.19%44.51%-
HSV(B)246.34º70.29%68.63%-
XYZ11.156.6741.26-
YUV69.91187.31124.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=22.26%
G=17.81%
B=59.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65521750.630.7000.31246.3454.1944.51
Hex4134AF3F4601Ff6362d
Octal10164257771060373666655
Binary100000111010010101111111111100011001111111110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4134AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4134AF; }

 p { color: rgb(65,52,175); }

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

<style>
 a { background-color: #4134AF; }

 a { background-color: rgb(65,52,175); }

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

<style>
 span { border-color: #4134AF; }

 span { border-color: rgb(65,52,175); }

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