#432FAA

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

Shades of Blue Gem #432FAA

Tints of Blue Gem #432FAA

Color information

#432FAA (or 0x432FAA) is unknown color: approx Blue Gem. HEX triplet: 43, 2F and AA. RGB value is (67,47,170). Sum of RGB (Red+Green+Blue) = 67+47+170=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #432FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432FAA is #BCD055. Grayscale: #424242. Windows color (decimal): -12374102 or 11153219. OLE color: 11153219.

HSL color Cylindrical-coordinate representation of color #432FAA: hue angle of 249.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432FAA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6747170-
CMYK0.610.7200.33
HSL249.76º56.68%42.55%-
HSV(B)249.76º72.35%66.67%-
XYZ10.596.1338.66-
YUV67186.13128-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.59%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=23.59%
G=16.55%
B=59.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67471700.610.7200.33249.7656.6842.55
Hex432FAA3D48021fa392b
Octal10357252751100413727153
Binary1000011101111101010101111011001000010000111111010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432FAA; }

 p { color: rgb(67,47,170); }

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

<style>
 a { background-color: #432FAA; }

 a { background-color: rgb(67,47,170); }

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

<style>
 span { border-color: #432FAA; }

 span { border-color: rgb(67,47,170); }

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