#4238AA

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

Shades of Blue Gem #4238AA

Tints of Blue Gem #4238AA

Color information

#4238AA (or 0x4238AA) is unknown color: approx Blue Gem. HEX triplet: 42, 38 and AA. RGB value is (66,56,170). Sum of RGB (Red+Green+Blue) = 66+56+170=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #4238AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4238AA is #BDC755. Grayscale: #474747. Windows color (decimal): -12437334 or 11155522. OLE color: 11155522.

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

Color convert

RGB6656170-
CMYK0.610.6700.33
HSL245.26º50.44%44.31%-
HSV(B)245.26º67.06%66.67%-
XYZ10.926.8938.78-
YUV71.99183.31123.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=22.60%
G=19.18%
B=58.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66561700.610.6700.33245.2650.4444.31
Hex4238AA3D43021f5322c
Octal10270252751030413656254
Binary1000010111000101010101111011000011010000111110101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4238AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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