#4238AD

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

Shades of Blue Gem #4238AD

Tints of Blue Gem #4238AD

Color information

#4238AD (or 0x4238AD) is unknown color: approx Blue Gem. HEX triplet: 42, 38 and AD. RGB value is (66,56,173). Sum of RGB (Red+Green+Blue) = 66+56+173=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #4238AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4238AD is #BDC752. Grayscale: #474747. Windows color (decimal): -12437331 or 11352130. OLE color: 11352130.

HSL color Cylindrical-coordinate representation of color #4238AD: hue angle of 245.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4238AD is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6656173-
CMYK0.620.6800.32
HSL245.13º51.09%44.9%-
HSV(B)245.13º67.63%67.84%-
XYZ11.2740.3-
YUV72.33184.81123.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=22.37%
G=18.98%
B=58.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66561730.620.6800.32245.1351.0944.9
Hex4238AD3E44020f5332d
Octal10270255761040403656355
Binary1000010111000101011011111101000100010000011110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4238AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4238AD; }

 p { color: rgb(66,56,173); }

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

<style>
 a { background-color: #4238AD; }

 a { background-color: rgb(66,56,173); }

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

<style>
 span { border-color: #4238AD; }

 span { border-color: rgb(66,56,173); }

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