#432CB0

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

Shades of Blue Gem #432CB0

Tints of Blue Gem #432CB0

Color information

#432CB0 (or 0x432CB0) is unknown color: approx Blue Gem. HEX triplet: 43, 2C and B0. RGB value is (67,44,176). Sum of RGB (Red+Green+Blue) = 67+44+176=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #432CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432CB0 is #BCD34F. Grayscale: #414141. Windows color (decimal): -12374864 or 11545667. OLE color: 11545667.

HSL color Cylindrical-coordinate representation of color #432CB0: hue angle of 250.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432CB0 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6744176-
CMYK0.620.7500.31
HSL250.45º60%43.14%-
HSV(B)250.45º75%69.02%-
XYZ11.056.1341.67-
YUV65.92190.12128.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.34%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 176 (69.14% from 255) = 61.32%
R=23.34%
G=15.33%
B=61.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67441760.620.7500.31250.456043.14
Hex432CB03E4B01Ffa3c2b
Octal10354260761130373727453
Binary100001110110010110000111110100101101111111111010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,44,176); }

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

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

 a { background-color: rgb(67,44,176); }

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

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

 span { border-color: rgb(67,44,176); }

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