#423651

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

Shades of Jagger #423651

Tints of Jagger #423651

Color information

#423651 (or 0x423651) is unknown color: approx Jagger. HEX triplet: 42, 36 and 51. RGB value is (66,54,81). Sum of RGB (Red+Green+Blue) = 66+54+81=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #423651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423651 is #BDC9AE. Grayscale: #3C3C3C. Windows color (decimal): -12437935 or 5322306. OLE color: 5322306.

HSL color Cylindrical-coordinate representation of color #423651: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #423651 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB665481-
CMYK0.190.3300.68
HSL266.67º20%26.47%-
HSV(B)266.67º33.33%31.76%-
XYZ5.054.398.37-
YUV60.67139.48131.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=32.84%
G=26.87%
B=40.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6654810.190.3300.68266.672026.47
Hex423651132104410b141a
Octal10266121234101044132432
Binary1000010110110101000110011100001010001001000010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423651; }

 p { color: rgb(66,54,81); }

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

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

 a { background-color: rgb(66,54,81); }

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

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

 span { border-color: rgb(66,54,81); }

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