#4234AB

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

Shades of Blue Gem #4234AB

Tints of Blue Gem #4234AB

Color information

#4234AB (or 0x4234AB) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and AB. RGB value is (66,52,171). Sum of RGB (Red+Green+Blue) = 66+52+171=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #4234AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4234AB is #BDCB54. Grayscale: #454545. Windows color (decimal): -12438357 or 11220034. OLE color: 11220034.

HSL color Cylindrical-coordinate representation of color #4234AB: hue angle of 247.06º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4234AB is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6652171-
CMYK0.610.7000.33
HSL247.06º53.36%43.73%-
HSV(B)247.06º69.59%67.06%-
XYZ10.836.5539.22-
YUV69.75185.14125.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=22.84%
G=17.99%
B=59.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66521710.610.7000.33247.0653.3643.73
Hex4234AB3D46021f7352c
Octal10264253751060413676554
Binary1000010110100101010111111011000110010000111110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4234AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4234AB; }

 p { color: rgb(66,52,171); }

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

<style>
 a { background-color: #4234AB; }

 a { background-color: rgb(66,52,171); }

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

<style>
 span { border-color: #4234AB; }

 span { border-color: rgb(66,52,171); }

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