#4236A1

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

Shades of Blue Gem #4236A1

Tints of Blue Gem #4236A1

Color information

#4236A1 (or 0x4236A1) is unknown color: approx Blue Gem. HEX triplet: 42, 36 and A1. RGB value is (66,54,161). Sum of RGB (Red+Green+Blue) = 66+54+161=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #4236A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4236A1 is #BDC95E. Grayscale: #454545. Windows color (decimal): -12437855 or 10565186. OLE color: 10565186.

HSL color Cylindrical-coordinate representation of color #4236A1: hue angle of 246.73º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4236A1 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6654161-
CMYK0.590.6600.37
HSL246.73º49.77%42.16%-
HSV(B)246.73º66.46%63.14%-
XYZ106.3734.42-
YUV69.79179.48125.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 161 (63.28% from 255) = 57.30%
R=23.49%
G=19.22%
B=57.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66541610.590.6600.37246.7349.7742.16
Hex4236A13B42025f7322a
Octal10266241731020453676252
Binary1000010110110101000011110111000010010010111110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4236A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4236A1; }

 p { color: rgb(66,54,161); }

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

<style>
 a { background-color: #4236A1; }

 a { background-color: rgb(66,54,161); }

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

<style>
 span { border-color: #4236A1; }

 span { border-color: rgb(66,54,161); }

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