#4234B2

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

Shades of Blue Gem #4234B2

Tints of Blue Gem #4234B2

Color information

#4234B2 (or 0x4234B2) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and B2. RGB value is (66,52,178). Sum of RGB (Red+Green+Blue) = 66+52+178=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #4234B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4234B2 is #BDCB4D. Grayscale: #464646. Windows color (decimal): -12438350 or 11678786. OLE color: 11678786.

HSL color Cylindrical-coordinate representation of color #4234B2: hue angle of 246.67º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4234B2 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6652178-
CMYK0.630.7100.30
HSL246.67º54.78%45.1%-
HSV(B)246.67º70.79%69.8%-
XYZ11.516.8342.83-
YUV70.55188.64124.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 178 (69.92% from 255) = 60.14%
R=22.30%
G=17.57%
B=60.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66521780.630.7100.30246.6754.7845.1
Hex4234B23F4701Ef7372d
Octal10264262771070363676755
Binary100001011010010110010111111100011101111011110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4234B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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