#423BAA

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

Shades of Blue Gem #423BAA

Tints of Blue Gem #423BAA

Color information

#423BAA (or 0x423BAA) is unknown color: approx Blue Gem. HEX triplet: 42, 3B and AA. RGB value is (66,59,170). Sum of RGB (Red+Green+Blue) = 66+59+170=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #423BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423BAA is #BDC455. Grayscale: #494949. Windows color (decimal): -12436566 or 11156290. OLE color: 11156290.

HSL color Cylindrical-coordinate representation of color #423BAA: hue angle of 243.78º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423BAA is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6659170-
CMYK0.610.6500.33
HSL243.78º48.47%44.9%-
HSV(B)243.78º65.29%66.67%-
XYZ11.077.1938.83-
YUV73.75182.32122.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 57.63%
R=22.37%
G=20%
B=57.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66591700.610.6500.33243.7848.4744.9
Hex423BAA3D41021f4302d
Octal10273252751010413646055
Binary1000010111011101010101111011000001010000111110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423BAA; }

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

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

<style>
 a { background-color: #423BAA; }

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

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

<style>
 span { border-color: #423BAA; }

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

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