#432398

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

Shades of Blue Gem #432398

Tints of Blue Gem #432398

Color information

#432398 (or 0x432398) is unknown color: approx Blue Gem. HEX triplet: 43, 23 and 98. RGB value is (67,35,152). Sum of RGB (Red+Green+Blue) = 67+35+152=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #432398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432398 is #BCDC67. Grayscale: #393939. Windows color (decimal): -12377192 or 9970499. OLE color: 9970499.

HSL color Cylindrical-coordinate representation of color #432398: hue angle of 256.41º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #432398 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6735152-
CMYK0.560.7700.40
HSL256.41º62.57%36.67%-
HSV(B)256.41º76.97%59.61%-
XYZ8.584.6630.15-
YUV57.91181.1134.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.38%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 152 (59.77% from 255) = 59.84%
R=26.38%
G=13.78%
B=59.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal67351520.560.7700.40256.4162.5736.67
Hex432398384D0281003f25
Octal10343230701150504007745
Binary10000111000111001100011100010011010101000100000000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432398; }

 p { color: rgb(67,35,152); }

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

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

 a { background-color: rgb(67,35,152); }

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

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

 span { border-color: rgb(67,35,152); }

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