#4234B4

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

Shades of Blue Gem #4234B4

Tints of Blue Gem #4234B4

Color information

#4234B4 (or 0x4234B4) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and B4. RGB value is (66,52,180). Sum of RGB (Red+Green+Blue) = 66+52+180=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #4234B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4234B4 is #BDCB4B. Grayscale: #464646. Windows color (decimal): -12438348 or 11809858. OLE color: 11809858.

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

Color convert

RGB6652180-
CMYK0.630.7100.29
HSL246.56º55.17%45.49%-
HSV(B)246.56º71.11%70.59%-
XYZ11.716.9143.9-
YUV70.78189.64124.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 180 (70.70% from 255) = 60.40%
R=22.15%
G=17.45%
B=60.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66521800.630.7100.29246.5655.1745.49
Hex4234B43F4701Df7372d
Octal10264264771070353676755
Binary100001011010010110100111111100011101110111110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4234B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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