#432F8B

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

Shades of Blue Gem #432F8B

Tints of Blue Gem #432F8B

Color information

#432F8B (or 0x432F8B) is unknown color: approx Blue Gem. HEX triplet: 43, 2F and 8B. RGB value is (67,47,139). Sum of RGB (Red+Green+Blue) = 67+47+139=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #432F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F8B is #BCD074. Grayscale: #3F3F3F. Windows color (decimal): -12374133 or 9121603. OLE color: 9121603.

HSL color Cylindrical-coordinate representation of color #432F8B: hue angle of 253.04º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432F8B is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6747139-
CMYK0.520.6600.45
HSL253.04º49.46%36.47%-
HSV(B)253.04º66.19%54.51%-
XYZ7.995.0924.99-
YUV63.47170.63130.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.48%
GREEN value IS 47 (18.75% from 255) = 18.58%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=26.48%
G=18.58%
B=54.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67471390.520.6600.45253.0449.4636.47
Hex432F8B344202Dfd3124
Octal10357213641020553756144
Binary1000011101111100010111101001000010010110111111101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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